summaryrefslogtreecommitdiff
path: root/gyp/headless-glx.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/headless-glx.gypi')
-rw-r--r--gyp/headless-glx.gypi18
1 files changed, 18 insertions, 0 deletions
diff --git a/gyp/headless-glx.gypi b/gyp/headless-glx.gypi
new file mode 100644
index 0000000000..06062be75f
--- /dev/null
+++ b/gyp/headless-glx.gypi
@@ -0,0 +1,18 @@
+{
+ 'targets': [
+ { 'target_name': 'headless-glx',
+ 'product_name': 'mbgl-headless-glx',
+ 'type': 'static_library',
+ 'standalone_static_library': 1,
+
+ 'sources': [
+ '../platform/default/headless_view.cpp',
+ '../platform/default/headless_display.cpp',
+ ],
+
+ 'include_dirs': [
+ '../include',
+ ],
+ },
+ ],
+}