diff options
author | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:12:20 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:12:20 +0000 |
commit | d8bfb20d7a17a4cdd0592432785e4c298c70a4f6 (patch) | |
tree | 0a425b8a5b04d2b57d1af1d700d980521ca53cda /package/gtk2-themes/Config.in | |
parent | 6ada162e8afbab5e4d897de6934f5ee18ae4b6be (diff) | |
download | buildroot-novena-d8bfb20d7a17a4cdd0592432785e4c298c70a4f6.tar.gz buildroot-novena-d8bfb20d7a17a4cdd0592432785e4c298c70a4f6.zip |
added gtk2 themes
Diffstat (limited to 'package/gtk2-themes/Config.in')
-rw-r--r-- | package/gtk2-themes/Config.in | 9 |
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 |