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.gypi25
1 files changed, 0 insertions, 25 deletions
diff --git a/gyp/headless-glx.gypi b/gyp/headless-glx.gypi
deleted file mode 100644
index 65dedf7ade..0000000000
--- a/gyp/headless-glx.gypi
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- '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_view_glx.cpp',
- '../platform/default/headless_display.cpp',
- ],
-
- 'include_dirs': [
- '../include',
- ],
-
- 'cflags_cc': [ '<@(opengl_cflags)' ],
-
- 'link_settings': {
- 'libraries': [ '<@(opengl_ldflags)' ],
- },
- },
- ],
-}