summaryrefslogtreecommitdiffstats
path: root/package/libgtk2/libgtk2.mk
diff options
context:
space:
mode:
authorPeter Korsgaard2008-12-31 10:35:15 +0100
committerPeter Korsgaard2008-12-31 10:35:15 +0100
commitccb02b009b1b16ce12d657b417650453fb261c5d (patch)
tree70396c569538b5f3409d8ff88d53e5cf664f32e3 /package/libgtk2/libgtk2.mk
parentpango: add init script to create /etc/pango/pango.modules (diff)
downloadbuildroot-ccb02b009b1b16ce12d657b417650453fb261c5d.tar.gz
buildroot-ccb02b009b1b16ce12d657b417650453fb261c5d.tar.xz
buildroot-ccb02b009b1b16ce12d657b417650453fb261c5d.zip
libgtk2: add init script to create /etc/gtk-2.0/gdk-pixbuf.loaders
It would be nicer to do this at compile time, but then we would need to compile libgtk2 for the host as well.
Diffstat (limited to 'package/libgtk2/libgtk2.mk')
-rw-r--r--package/libgtk2/libgtk2.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/libgtk2/libgtk2.mk b/package/libgtk2/libgtk2.mk
index 38926455f..0d228ed7f 100644
--- a/package/libgtk2/libgtk2.mk
+++ b/package/libgtk2/libgtk2.mk
@@ -123,3 +123,7 @@ LIBGTK2_CONF_OPT += --disable-cups
endif
$(eval $(call AUTOTARGETS,package,libgtk2))
+
+$(LIBGTK2_HOOK_POST_INSTALL):
+ $(INSTALL) -m 755 package/libgtk2/S26libgtk2 $(TARGET_DIR)/etc/init.d/
+ touch $@