diff options
| author | Michael Forney <mforney@mforney.org> | 2016-10-30 01:35:15 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-10-30 13:44:58 -0700 |
| commit | 28029dab622a2542f1fc5763b22ddd2f93cbed1b (patch) | |
| tree | 8d6bacc82faaddeef6e0834dada241c1dea379f1 | |
| parent | a4e38bc8e915b650ebbce639ed4714fd4038e7ac (diff) | |
wayland: Add include directory for "../config.h"
| -rw-r--r-- | desktop/wayland/gen.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/wayland/gen.rc b/desktop/wayland/gen.rc index 6386f109..835f1b80 100644 --- a/desktop/wayland/gen.rc +++ b/desktop/wayland/gen.rc @@ -4,6 +4,7 @@ cflags\ -I include\ -I '$dir' \ -I '$outdir'/include\ + -I '$srcdir' \ -I '$srcdir'/src build '$outdir'/include/wayland-version.h sed '$srcdir'/src/wayland-version.h.in ; exprs=(\ |
