summaryrefslogtreecommitdiff
path: root/hw/xwin
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
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')
-rw-r--r--hw/xwin/glx/meson.build4
-rw-r--r--hw/xwin/meson.build2
2 files changed, 3 insertions, 3 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',
diff --git a/hw/xwin/meson.build b/hw/xwin/meson.build
index 72e4fe3c2..3ec809fef 100644
--- a/hw/xwin/meson.build
+++ b/hw/xwin/meson.build
@@ -142,7 +142,7 @@ xwin_dep = [
executable(
server_name,
srcs_windows,
- include_directories: [inc, top_srcdir_inc],
+ include_directories: [inc, top_dir_inc],
dependencies: xwin_dep,
link_with: [
xwin_windowsdri,