Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 101674 | Differences between
and this patch

Collapse All | Expand All

(-)linuxwacom-0.6.9.ebuild-old (-2 / +1 lines)
Lines 76-82 Link Here
76
	if use amd64 ; then
76
	if use amd64 ; then
77
		myconf="${myconf} --enable-xserver64"
77
		myconf="${myconf} --enable-xserver64"
78
	fi
78
	fi
79
	myconf="${myconf} --with-xorg-sdk=/usr/$(get_libdir)/Server/ --with-xlib=/usr/$(get_libdir)"
80
79
81
	if use sdk; then
80
	if use sdk; then
82
		myconf="${myconf} --enable-wacomdrv --enable-wacdump --enable-xsetwacom"
81
		myconf="${myconf} --enable-wacomdrv --enable-wacdump --enable-xsetwacom"
Lines 92-98 Link Here
92
		cd ${S}/src
91
		cd ${S}/src
93
		sed -i -e "s:/include/extensions:/include:g" Makefile
92
		sed -i -e "s:/include/extensions:/include:g" Makefile
94
	else
93
	else
95
		myconf="${myconf} --disable-wacomdrv --enable-wacdump --enable-xsetwacom"
94
		myconf="${myconf} --disable-wacomdrv --enable-wacdump --enable-xsetwacom --without-xf86-sdk"
96
		econf ${myconf} || die "configure failed."
95
		econf ${myconf} || die "configure failed."
97
	fi
96
	fi
98
	cd ${S}
97
	cd ${S}

Return to bug 101674