summaryrefslogtreecommitdiff
path: root/hw/xwin/glx/meson.build
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2019-04-20 12:45:11 +0100
committerAdam Jackson <ajax@nwnk.net>2019-05-02 15:42:58 +0000
commitb4ed20c4f118031305f6ce76dda4e325950b2958 (patch)
tree93741f6a61db2452296e1f6cbcbf8b79c587ada4 /hw/xwin/glx/meson.build
parent71cff63c06a6b494dc8921270535f33fb78bd32b (diff)
Promote file containing date & time build was configured to top-level
Promote the generated file containing the date & time build was configured to top-level. Rename it from xf86Build.h to buildDateTIme.h. Use it as well in XQuartz, stringize BUILD_DATE when needed.
Diffstat (limited to 'hw/xwin/glx/meson.build')
-rw-r--r--hw/xwin/glx/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xwin/glx/meson.build b/hw/xwin/glx/meson.build
index 57cce039d..95f248953 100644
--- a/hw/xwin/glx/meson.build
+++ b/hw/xwin/glx/meson.build
@@ -72,7 +72,7 @@ xwin_glx = static_library(
srcs_windows_glx,
include_directories: [
inc,
- top_srcdir_inc,
+ top_dir_inc,
include_directories('../'),
],
dependencies: common_dep,
@@ -89,7 +89,7 @@ WGLthunk = shared_library(
srcs_wgl_thunk,
include_directories: [
inc,
- top_srcdir_inc,
+ top_dir_inc,
],
c_args: xwin_glx_c_args + [
'-Wno-unused-function',