summaryrefslogtreecommitdiff
path: root/dev-libs/glib
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-06-25 12:20:01 +0200
committerPacho Ramos <pacho@gentoo.org>2016-06-25 14:20:20 +0200
commit220ba4de7fedaeab8ac53fd3a3e497f31aff4f90 (patch)
tree84d30e89bb9b1b661497c59cb959924349666e3c /dev-libs/glib
parentcdce0f3b462f6fc34b56a0ceee6a9c46cc45fa5b (diff)
downloadgentoo-220ba4de7fedaeab8ac53fd3a3e497f31aff4f90.tar.gz
gentoo-220ba4de7fedaeab8ac53fd3a3e497f31aff4f90.tar.xz
dev-libs/glib: Handle debug
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-libs/glib')
-rw-r--r--dev-libs/glib/glib-2.48.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/glib/glib-2.48.1.ebuild b/dev-libs/glib/glib-2.48.1.ebuild
index 13dc51dc0ea..3c4af2b2c91 100644
--- a/dev-libs/glib/glib-2.48.1.ebuild
+++ b/dev-libs/glib/glib-2.48.1.ebuild
@@ -22,7 +22,7 @@ SRC_URI="${SRC_URI}
LICENSE="LGPL-2+"
SLOT="2"
-IUSE="dbus fam kernel_linux +mime selinux static-libs systemtap test utils xattr"
+IUSE="dbus debug fam kernel_linux +mime selinux static-libs systemtap test utils xattr"
REQUIRED_USE="
utils? ( ${PYTHON_REQUIRED_USE} )
test? ( ${PYTHON_REQUIRED_USE} )
@@ -164,6 +164,7 @@ multilib_src_configure() {
# libelf used only by the gresource bin
ECONF_SOURCE="${S}" gnome2_src_configure ${myconf} \
+ $(usex debug --enable-debug=yes ' ') \
$(use_enable xattr) \
$(use_enable fam) \
$(use_enable selinux) \