mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 08:27:43 +00:00
pango: remove initscript
pango-querymodules is deprecated/removed, so ditch the initscript. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
bb41933d36
commit
6c59216f15
@ -1,20 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
#
|
|
||||||
# run pango-querymodules if needed
|
|
||||||
|
|
||||||
FILE=/etc/pango/pango.modules
|
|
||||||
|
|
||||||
case "$1" in
|
|
||||||
start|"")
|
|
||||||
if [ ! -f $FILE ] ; then
|
|
||||||
mkdir -p /etc/pango
|
|
||||||
/usr/bin/pango-querymodules > "$FILE"
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
stop)
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
echo "Usage: $0 {start|stop}" >&2
|
|
||||||
exit 1
|
|
||||||
;;
|
|
||||||
esac
|
|
@ -97,10 +97,5 @@ PANGO_DEPENDENCIES += xlib_libXft xlib_libXrender
|
|||||||
PANGO_CONF_OPTS += --with-xft
|
PANGO_CONF_OPTS += --with-xft
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define PANGO_INSTALL_INIT_SYSV
|
|
||||||
$(INSTALL) -m 755 -D package/pango/S25pango \
|
|
||||||
$(TARGET_DIR)/etc/init.d/S25pango
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
$(eval $(host-autotools-package))
|
$(eval $(host-autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user