common.mk: Split libstartup-notification flags
This commit is contained in:
@ -86,7 +86,6 @@ CFLAGS += $(call cflags_for_lib, libpcre)
|
||||
ifeq ($(shell pkg-config --atleast-version=8.10 libpcre 2>/dev/null && echo 1),1)
|
||||
I3_CPPFLAGS += -DPCRE_HAS_UCP=1
|
||||
endif
|
||||
CFLAGS += $(call cflags_for_lib, libstartup-notification-1.0)
|
||||
|
||||
LIBS += -lm
|
||||
LIBS += -L $(TOPDIR) -li3
|
||||
@ -107,7 +106,10 @@ LIBS += $(call ldflags_for_lib, x11,X11)
|
||||
LIBS += $(call ldflags_for_lib, yajl,yajl)
|
||||
LIBS += $(call ldflags_for_lib, libev,ev)
|
||||
LIBS += $(call ldflags_for_lib, libpcre,pcre)
|
||||
LIBS += $(call ldflags_for_lib, libstartup-notification-1.0,startup-notification-1)
|
||||
|
||||
# startup-notification
|
||||
LIBSN_CFLAGS := $(call cflags_for_lib, libstartup-notification-1.0)
|
||||
LIBSN_LIBS := $(call ldflags_for_lib, libstartup-notification-1.0,startup-notification-1)
|
||||
|
||||
|
||||
## Platform-specific flags
|
||||
|
Reference in New Issue
Block a user