metacity: use new style hook
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
6cf3ec38b8
commit
b4271fbba3
@ -18,8 +18,10 @@ METACITY_CONF_OPT = --x-includes=$(STAGING_DIR)/usr/include/X11 \
|
|||||||
|
|
||||||
METACITY_DEPENDENCIES = libgtk2 xserver_xorg-server
|
METACITY_DEPENDENCIES = libgtk2 xserver_xorg-server
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,metacity))
|
define METACITY_INSTALL_XSESSION
|
||||||
|
|
||||||
$(METACITY_HOOK_POST_INSTALL): $(METACITY_TARGET_INSTALL_TARGET)
|
|
||||||
install -D package/metacity/Xsession $(TARGET_DIR)/etc/X11/Xsession
|
install -D package/metacity/Xsession $(TARGET_DIR)/etc/X11/Xsession
|
||||||
touch $@
|
endef
|
||||||
|
|
||||||
|
METACITY_POST_INSTALL_TARGET_HOOKS += METACITY_INSTALL_XSESSION
|
||||||
|
|
||||||
|
$(eval $(call AUTOTARGETS,package,metacity))
|
||||||
|
Loading…
Reference in New Issue
Block a user