mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Run testdmabuf only on Linux
This test includes a Linux-specific header and therefore breaks on non-Linux OS. This change fixes building the tests on macOS and therefore enables that in CI by not disabling them anymore.
This commit is contained in:
parent
5483821ea0
commit
ed38d9b662
@ -251,7 +251,6 @@ macos-x86_64:
|
||||
-Dpixman:tests=disabled
|
||||
-Dlibjpeg-turbo:simd=disabled
|
||||
-Dbuild-demos=false
|
||||
-Dbuild-tests=false
|
||||
-Dbuild-examples=false
|
||||
-Dbuild-testsuite=false
|
||||
_build
|
||||
|
@ -127,6 +127,11 @@ gtk_tests = [
|
||||
if os_unix
|
||||
gtk_tests += [
|
||||
['testfontchooserdialog'],
|
||||
]
|
||||
endif
|
||||
|
||||
if os_linux
|
||||
gtk_tests += [
|
||||
['testdmabuf'],
|
||||
]
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user