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