mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
fixed metacity makefile
This commit is contained in:
@@ -135,7 +135,7 @@ $(TARGET_DIR)/lib/*metacity*.so: $(STAGING_DIR)/lib/*metacity*.so
|
||||
cp -a $(STAGING_DIR)/usr/share/themes/Clearlooks \
|
||||
$(TARGET_DIR)/usr/share/themes/
|
||||
(cd $(TARGET_DIR)/usr/share/themes; rm -rf Atlanta; ln -s Clearlooks Atlanta)
|
||||
cp -a package/metacity/Xsession $(TARGET_DIR)/etc/X11/
|
||||
cp package/metacity/Xsession $(TARGET_DIR)/etc/X11/
|
||||
|
||||
metacity: uclibc zlib $(XSERVER) libgtk2 $(TARGET_DIR)/lib/*metacity*.so
|
||||
|
||||
|
||||
Reference in New Issue
Block a user