summaryrefslogtreecommitdiff
path: root/gyp/headless-glx.gypi
blob: 5b9f3e136f430acf15584bb7b23ecf6fb4f5259b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  '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',
      ],

      'cflags_cc': [ '<@(opengl_cflags)' ],

      'link_settings': {
        'libraries': [ '<@(opengl_ldflags)' ],
      },
    },
  ],
}