summaryrefslogtreecommitdiff
path: root/packages/x11/xcbutil/xcbutil.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'packages/x11/xcbutil/xcbutil.kconfig')
-rw-r--r--packages/x11/xcbutil/xcbutil.kconfig30
1 files changed, 20 insertions, 10 deletions
diff --git a/packages/x11/xcbutil/xcbutil.kconfig b/packages/x11/xcbutil/xcbutil.kconfig
index fa1569c..cdec58f 100644
--- a/packages/x11/xcbutil/xcbutil.kconfig
+++ b/packages/x11/xcbutil/xcbutil.kconfig
@@ -2,18 +2,19 @@
# Embtoolkit
# Copyright(C) 2010-2011 GAYE Abdoulaye Walsimou. All rights reserved.
#
-# This program is free software; you can distribute it and/or modify it
-# under the terms of the GNU General Public License
-# (Version 2 or later) published by the Free Software Foundation.
+# 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 2 of the License, or
+# (at your option) any later version.
#
-# This program is distributed in the hope 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.
+# 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/>.
#
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
################################################################################
#
# \file xcbutil.kconfig
@@ -24,6 +25,7 @@
config EMBTK_HAVE_XCBUTIL
bool "Have xcbutil"
+ select EMBTK_XCBUTIL_PKG_IS_TARBZ2
select EMBTK_HAVE_LIBXCB
help
xcb-util for XCB (X windowing system related).
@@ -41,3 +43,11 @@ config EMBTK_XCBUTIL_VERSION_STRING
string
default "0.3.6" if EMBTK_XCBUTIL_VERSION_0_3_6
+config EMBTK_XCBUTIL_NEED_PATCH
+ bool
+config EMBTK_XCBUTIL_NEED_AUTORECONF
+ bool
+config EMBTK_XCBUTIL_PKG_IS_TARGZ
+ bool
+config EMBTK_XCBUTIL_PKG_IS_TARBZ2
+ bool