summaryrefslogtreecommitdiff
path: root/packages/x11/recordproto/recordproto.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'packages/x11/recordproto/recordproto.kconfig')
-rw-r--r--packages/x11/recordproto/recordproto.kconfig44
1 files changed, 44 insertions, 0 deletions
diff --git a/packages/x11/recordproto/recordproto.kconfig b/packages/x11/recordproto/recordproto.kconfig
new file mode 100644
index 0000000..278861e
--- /dev/null
+++ b/packages/x11/recordproto/recordproto.kconfig
@@ -0,0 +1,44 @@
+################################################################################
+# GAYE Abdoulaye Walsimou, <awg@embtoolkit.org>
+# Copyright(C) 2010 GAYE Abdoulaye Walsimou. All rights reserved.
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+################################################################################
+#
+# \file recordproto.kconfig
+# \brief recordproto.kconfig of Embtoolkit
+# \author GAYE Abdoulaye Walsimou, <awg@embtoolkit.org>
+# \date June 2010
+################################################################################
+
+config EMBTK_HAVE_RECORDPROTO
+ bool "Have recordproto"
+ help
+ recordproto for X windowing system
+choice
+ prompt "recordproto version you wish"
+ depends on EMBTK_HAVE_RECORDPROTO
+ help
+ Here you can choose which version of recordproto you want to
+ use.
+
+ config EMBTK_RECORDPROTO_VERSION_1_14
+ bool "recordproto-1.14"
+endchoice
+
+config EMBTK_RECORDPROTO_VERSION_STRING
+ string
+ default "1.14" if EMBTK_RECORDPROTO_VERSION_1_14
+