tests: require linux for dmabuf test
This commit is contained in:
@@ -127,6 +127,11 @@ gtk_tests = [
|
|||||||
if os_unix
|
if os_unix
|
||||||
gtk_tests += [
|
gtk_tests += [
|
||||||
['testfontchooserdialog'],
|
['testfontchooserdialog'],
|
||||||
|
]
|
||||||
|
endif
|
||||||
|
|
||||||
|
if os_linux
|
||||||
|
gtk_tests += [
|
||||||
['testdmabuf'],
|
['testdmabuf'],
|
||||||
]
|
]
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user