summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-apps/xdpyinfo/xdpyinfo-1.3.2-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-apps/xdpyinfo/xdpyinfo-1.3.2-r1.ebuild b/x11-apps/xdpyinfo/xdpyinfo-1.3.2-r1.ebuild
index e3ef22a0543c..2a2d1656cdbd 100644
--- a/x11-apps/xdpyinfo/xdpyinfo-1.3.2-r1.ebuild
+++ b/x11-apps/xdpyinfo/xdpyinfo-1.3.2-r1.ebuild
@@ -26,12 +26,12 @@ DEPEND="${RDEPEND}
x11-base/xorg-proto
"
-pkg_setup() {
- XORG_CONFIGURE_OPTIONS=(
- "--without-xf86misc"
+src_configure() {
+ local XORG_CONFIGURE_OPTIONS=(
+ --without-xf86misc
$(use_with dga)
$(use_with dmx)
$(use_with xinerama)
)
-
+ xorg-3_src_configure
}