The "notify" plug-in depends on the Panel project (compile-time only)
This commit is contained in:
parent
0d72975fe4
commit
cc404a3c7a
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user