Register missing dependencies

This commit is contained in:
Pierre Pronchery 2018-02-10 15:23:08 +01:00
parent 15122ffa64
commit 28116fb3c2

View File

@ -17,7 +17,7 @@ sources=battery.c
install=$(LIBDIR)/Panel/applets
[battery.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[bluetooth]
type=plugin
@ -25,7 +25,7 @@ sources=bluetooth.c
install=$(LIBDIR)/Panel/applets
[bluetooth.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[brightness]
type=plugin
@ -33,7 +33,7 @@ sources=brightness.c
install=$(LIBDIR)/Panel/applets
[brightness.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[clock]
type=plugin
@ -41,7 +41,7 @@ sources=clock.c
install=$(LIBDIR)/Panel/applets
[clock.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[close]
type=plugin
@ -51,7 +51,7 @@ ldflags=`pkg-config --libs x11`
install=$(LIBDIR)/Panel/applets
[close.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[cpu]
type=plugin
@ -59,7 +59,7 @@ sources=cpu.c
install=$(LIBDIR)/Panel/applets
[cpu.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[cpufreq]
type=plugin
@ -67,7 +67,7 @@ sources=cpufreq.c
install=$(LIBDIR)/Panel/applets
[cpufreq.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[desktop]
type=plugin
@ -77,7 +77,7 @@ ldflags=`pkg-config --libs x11`
install=$(LIBDIR)/Panel/applets
[desktop.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[embed]
type=plugin
@ -91,7 +91,7 @@ ldflags=`pkg-config --libs libDesktop`
install=$(LIBDIR)/Panel/applets
[embed.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[gps]
type=plugin
@ -99,7 +99,7 @@ sources=gps.c
install=$(LIBDIR)/Panel/applets
[gps.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[gsm]
type=plugin
@ -107,7 +107,7 @@ sources=gsm.c
install=$(LIBDIR)/Panel/applets
[gsm.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[leds]
type=plugin
@ -117,7 +117,7 @@ ldflags=`pkg-config --libs x11 xkbfile`
install=$(LIBDIR)/Panel/applets
[leds.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[lock]
type=plugin
@ -125,7 +125,7 @@ sources=lock.c
install=$(LIBDIR)/Panel/applets
[lock.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[logout]
type=plugin
@ -133,7 +133,7 @@ sources=logout.c
install=$(LIBDIR)/Panel/applets
[logout.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[menu]
type=plugin
@ -142,7 +142,7 @@ cppflags=-D PREFIX=\"$(PREFIX)\"
install=$(LIBDIR)/Panel/applets
[menu.c]
depends=../../include/Panel.h,../../config.h
depends=../../include/Panel.h,../../include/Panel/applet.h,../../config.h
[memory]
type=plugin
@ -150,7 +150,7 @@ sources=memory.c
install=$(LIBDIR)/Panel/applets
[memory.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[mixer]
type=plugin
@ -158,7 +158,7 @@ sources=mixer.c
install=$(LIBDIR)/Panel/applets
[mixer.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[mpd]
type=plugin
@ -166,7 +166,7 @@ sources=mpd.c
#install=$(LIBDIR)/Panel/applets
[mpd.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[network]
type=plugin
@ -174,7 +174,7 @@ sources=network.c
install=$(LIBDIR)/Panel/applets
[network.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[pager]
type=plugin
@ -184,7 +184,7 @@ ldflags=`pkg-config --libs libDesktop x11`
install=$(LIBDIR)/Panel/applets
[pager.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[phone]
type=plugin
@ -194,7 +194,7 @@ ldflags=`pkg-config --libs libDesktop`
install=$(LIBDIR)/Panel/applets
[phone.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[rotate]
type=plugin
@ -202,7 +202,7 @@ sources=rotate.c
install=$(LIBDIR)/Panel/applets
[rotate.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[separator]
type=plugin
@ -210,7 +210,7 @@ sources=separator.c
install=$(LIBDIR)/Panel/applets
[separator.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[shutdown]
type=plugin
@ -218,7 +218,7 @@ sources=shutdown.c
install=$(LIBDIR)/Panel/applets
[shutdown.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[spacer]
type=plugin
@ -226,7 +226,7 @@ sources=spacer.c
install=$(LIBDIR)/Panel/applets
[spacer.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[swap]
type=plugin
@ -234,7 +234,7 @@ sources=swap.c
install=$(LIBDIR)/Panel/applets
[swap.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[systray]
type=plugin
@ -244,7 +244,7 @@ ldflags=`pkg-config --libs x11`
install=$(LIBDIR)/Panel/applets
[systray.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[tasks]
type=plugin
@ -254,14 +254,14 @@ ldflags=`pkg-config --libs libDesktop x11`
install=$(LIBDIR)/Panel/applets
[tasks.c]
depends=../../include/Panel.h,tasks.atoms
depends=../../include/Panel.h,../../include/Panel/applet.h,tasks.atoms
[template]
type=plugin
sources=template.c
[template.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[title]
type=plugin
@ -271,7 +271,7 @@ ldflags=`pkg-config --libs x11`
install=$(LIBDIR)/Panel/applets
[title.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[usb]
type=plugin
@ -279,7 +279,7 @@ sources=usb.c
install=$(LIBDIR)/Panel/applets
[usb.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[user]
type=plugin
@ -287,7 +287,7 @@ sources=user.c
install=$(LIBDIR)/Panel/applets
[user.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[volume]
type=plugin
@ -297,7 +297,7 @@ ldflags=`pkg-config --libs alsa`
install=$(LIBDIR)/Panel/applets
[volume.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h
[wpa_supplicant]
type=plugin
@ -305,4 +305,4 @@ sources=wpa_supplicant.c
install=$(LIBDIR)/Panel/applets
[wpa_supplicant.c]
depends=../../include/Panel.h
depends=../../include/Panel.h,../../include/Panel/applet.h