summaryrefslogtreecommitdiff
path: root/hw/dmx/glxProxy/meson.build
blob: bbb93f40ab1a1ed551c79b8f2fee7dba7bfa33e1 (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
25
26
27
srcs_dmx_glx = [
    'compsize.c',
    'g_disptab.c',
    'global.c',
    'glxcmds.c',
    'glxcmdsswap.c',
    'glxext.c',
    'glxfbconfig.c',
    'glxscreens.c',
    'glxsingle.c',
    'glxswap.c',
    'glxvendor.c',
    'glxvisuals.c',
    'g_renderswap.c',
    'render2swap.c',
    'renderpixswap.c',
]

dmx_glx = static_library('dmx_glx',
    srcs_dmx_glx,
    include_directories: [
        inc,
        include_directories('../')
    ],
    dependencies: common_dep,
    c_args: ['-DHAVE_DMX_CONFIG_H', glx_align64],
)