mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-25 14:33:29 +08:00
gtk2-themes: normalize package name and directory
[Peter: fix directory argument of AUTOTARGETS macro] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
eaee60a1f5
commit
11bdfeaf3b
@ -1,7 +1,6 @@
|
||||
menu "GTK Themes"
|
||||
depends on BR2_PACKAGE_LIBGTK2
|
||||
|
||||
config BR2_PACKAGE_GTK2_THEME_HICOLOR
|
||||
bool "hicolor (default theme)"
|
||||
source "package/gtk2-themes/gtk2-theme-hicolor/Config.in"
|
||||
|
||||
endmenu
|
||||
|
2
package/gtk2-themes/gtk2-theme-hicolor/Config.in
Normal file
2
package/gtk2-themes/gtk2-theme-hicolor/Config.in
Normal file
@ -0,0 +1,2 @@
|
||||
config BR2_PACKAGE_GTK2_THEME_HICOLOR
|
||||
bool "hicolor (default theme)"
|
@ -15,4 +15,4 @@ GTK2_THEME_HICOLOR_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NA
|
||||
|
||||
GTK2_THEME_HICOLOR_DEPENDENCIES = libgtk2
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,gtk2_theme_hicolor))
|
||||
$(eval $(call AUTOTARGETS,package/gtk2-themes,gtk2-theme-hicolor))
|
1
package/gtk2-themes/gtk2-themes.mk
Normal file
1
package/gtk2-themes/gtk2-themes.mk
Normal file
@ -0,0 +1 @@
|
||||
include package/gtk2-themes/*/*.mk
|
Loading…
Reference in New Issue
Block a user