The "notify" plug-in depends on the Panel project (compile-time only)

This commit is contained in:
Pierre Pronchery 2014-11-11 01:03:57 +01:00
parent 0d72975fe4
commit cc404a3c7a
2 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,7 @@ INSTALL = install
all: $(TARGETS)
notify_OBJS = $(OBJDIR)notify.o
notify_CFLAGS = $(CPPFLAGSF) $(CPPFLAGS) $(CFLAGSF) $(CFLAGS)
notify_CFLAGS = $(CPPFLAGSF) $(CPPFLAGS) $(CFLAGSF) $(CFLAGS) `pkg-config --cflags Panel`
notify_LDFLAGS = $(LDFLAGSF) $(LDFLAGS)
$(OBJDIR)notify.so: $(notify_OBJS)

View File

@ -7,8 +7,9 @@ ldflags_force=`pkg-config --libs libDesktop`
[notify]
type=plugin
sources=notify.c
cflags=`pkg-config --cflags Panel`
#for Gtk+ 3
#cflags=`pkg-config --cflags gtk+-x11-3.0`
#cflags=`pkg-config --cflags Panel gtk+-x11-3.0`
#ldflags=`pkg-config --cflags gtk+-x11-3.0`
install=$(LIBDIR)/Phone/plugins