tests: require linux for dmabuf test

This commit is contained in:
Christian Hergert
2024-02-02 12:59:13 -08:00
parent 5483821ea0
commit 1b0f2cfeb8

View File

@@ -127,6 +127,11 @@ gtk_tests = [
if os_unix
gtk_tests += [
['testfontchooserdialog'],
]
endif
if os_linux
gtk_tests += [
['testdmabuf'],
]
endif