summaryrefslogtreecommitdiffstats
path: root/package/gtk2-themes/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/gtk2-themes/Config.in')
-rw-r--r--package/gtk2-themes/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/gtk2-themes/Config.in b/package/gtk2-themes/Config.in
new file mode 100644
index 000000000..0e0a96555
--- /dev/null
+++ b/package/gtk2-themes/Config.in
@@ -0,0 +1,9 @@
+menu "GTK Themes"
+depends BR2_PACKAGE_LIBGTK2
+
+config BR2_PACKAGE_GTK2_THEME_HICOLOR
+ bool "hicolor (defaut theme)"
+ default n
+ depends BR2_PACKAGE_LIBGTK2
+
+endmenu