summaryrefslogtreecommitdiff
path: root/header_checks
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2019-04-30 15:30:02 -0400
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-05-06 17:00:57 +0200
commit4e67aae489e36ba2cb07fb52b0485c5fc5e8bdeb (patch)
treec890112f5e20ff97ac4c2a2be6cf0c9802135dbd /header_checks
parentc1b638dfa4bcd113a648e952e36d679960403d07 (diff)
downloadefl-4e67aae489e36ba2cb07fb52b0485c5fc5e8bdeb.tar.gz
meson: enable and fix build of ddrag+gdi engines for evas
there are some specific defines and cflags needed for these builds to succeed and provide the expected functionality Depends on D8733 Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de> Reviewed-by: Vincent Torri <vincent.torri@gmail.com> Differential Revision: https://phab.enlightenment.org/D8734
Diffstat (limited to 'header_checks')
-rw-r--r--header_checks/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/header_checks/meson.build b/header_checks/meson.build
index af5ef11149..2844e50f3c 100644
--- a/header_checks/meson.build
+++ b/header_checks/meson.build
@@ -231,4 +231,6 @@ config_h.set('SIZEOF_LONG', cc.sizeof('long'))
if sys_windows == true
config_h.set('HAVE_DLSYM', '1')
config_h.set('HAVE_NOTIFY_WIN32', '1')
+ config_h.set10('HAVE_WINDOWS_H', true)
+ config_h.set10('HAVE_DDRAW_H', true)
endif