mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 16:26:17 +01:00
gio: Fix build on OS X < 10.9
Commit170466db
accidentally partially reverted commitd1a03bc7
. Reinstate the missing check for OS X 10.9. The Meson build does not have this problem. https://bugzilla.gnome.org/show_bug.cgi?id=794380
This commit is contained in:
parent
3d50691a30
commit
9d27ed1d78
@ -613,8 +613,11 @@ libgio_objc_2_0_la_SOURCES = \
|
|||||||
gnextstepsettingsbackend.c \
|
gnextstepsettingsbackend.c \
|
||||||
gosxcontenttype.c \
|
gosxcontenttype.c \
|
||||||
gosxappinfo.c \
|
gosxappinfo.c \
|
||||||
gosxappinfo.h \
|
gosxappinfo.h
|
||||||
|
if MAC_OS_X_9
|
||||||
|
libgio_objc_2_0_la_SOURCES += \
|
||||||
gcocoanotificationbackend.c
|
gcocoanotificationbackend.c
|
||||||
|
endif
|
||||||
|
|
||||||
noinst_LTLIBRARIES += libgio-objc-2.0.la
|
noinst_LTLIBRARIES += libgio-objc-2.0.la
|
||||||
libgio_2_0_la_LIBADD += libgio-objc-2.0.la
|
libgio_2_0_la_LIBADD += libgio-objc-2.0.la
|
||||||
|
Loading…
Reference in New Issue
Block a user