mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-23 22:16:16 +01:00
Only build actions test on unix
It depends on gdbus-sessionbus.c which only builds on unix.
This commit is contained in:
parent
322c6e9344
commit
aed6d01d14
@ -27,7 +27,6 @@ progs_ldadd = \
|
||||
|
||||
TEST_PROGS += \
|
||||
io-stream \
|
||||
actions \
|
||||
memory-input-stream \
|
||||
memory-output-stream \
|
||||
readwrite \
|
||||
@ -65,6 +64,7 @@ TEST_PROGS += \
|
||||
|
||||
if OS_UNIX
|
||||
TEST_PROGS += \
|
||||
actions \
|
||||
gdbus-close-pending \
|
||||
gdbus-connection \
|
||||
gdbus-connection-flush \
|
||||
@ -115,7 +115,6 @@ SAMPLE_PROGS = \
|
||||
gapplication-example-actions \
|
||||
$(NULL)
|
||||
|
||||
|
||||
if OS_UNIX
|
||||
TEST_PROGS += \
|
||||
live-g-file \
|
||||
|
Loading…
Reference in New Issue
Block a user