meson: Sync build files with master and update to 3.24
This commit is contained in:
committed by
Christoph Reiter
parent
8caa937739
commit
a4fe15d9f0
@ -1,24 +1,24 @@
|
||||
|
||||
test_cairo = executable('cairo', 'cairo.c', dependencies: libgdk_dep)
|
||||
test_cairo = executable('cairo', 'cairo.c', dependencies: libgtk_dep)
|
||||
test('gdk/cairo', test_cairo)
|
||||
|
||||
test_display = executable('display', 'display.c', dependencies: libgdk_dep)
|
||||
test_display = executable('display', 'display.c', dependencies: libgtk_dep)
|
||||
test('gdk/display', test_display)
|
||||
|
||||
test_encoding = executable('encoding', 'encoding.c', dependencies: libgdk_dep)
|
||||
test_encoding = executable('encoding', 'encoding.c', dependencies: libgtk_dep)
|
||||
test('gdk/encoding', test_encoding)
|
||||
|
||||
test_keysyms = executable('keysyms', 'keysyms.c', dependencies: libgdk_dep)
|
||||
test_keysyms = executable('keysyms', 'keysyms.c', dependencies: libgtk_dep)
|
||||
test('gdk/keysyms', test_keysyms)
|
||||
|
||||
test_rectangle = executable('rectangle', 'rectangle.c', dependencies: libgdk_dep)
|
||||
test_rectangle = executable('rectangle', 'rectangle.c', dependencies: libgtk_dep)
|
||||
test('gdk/rectangle', test_rectangle)
|
||||
|
||||
test_rgba = executable('rgba', 'rgba.c', dependencies: libgdk_dep)
|
||||
test_rgba = executable('rgba', 'rgba.c', dependencies: libgtk_dep)
|
||||
test('gdk/rgba', test_rgba)
|
||||
|
||||
test_seat = executable('seat', 'seat.c', dependencies: libgdk_dep)
|
||||
test_seat = executable('seat', 'seat.c', dependencies: libgtk_dep)
|
||||
test('gdk/seat', test_seat)
|
||||
|
||||
test_visual = executable('visual', 'visual.c', dependencies: libgdk_dep)
|
||||
test_visual = executable('visual', 'visual.c', dependencies: libgtk_dep)
|
||||
test('gdk/visual', test_visual)
|
||||
|
||||
Reference in New Issue
Block a user