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

Collapse All | Expand All

(-)/var/tmp/honza/linuxwacom-0.7.8_p2.ebuild (-3 / +6 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/linuxwacom-0.7.4_p3.ebuild,v 1.6 2006/09/06 03:03:24 metalgod Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/linuxwacom-0.7.4_p3.ebuild,v 1.6 2006/09/06 03:03:24 metalgod Exp $
4
4
5
IUSE="gtk tcltk usb wacom udev"
5
IUSE="gtk tcl tk usb wacom udev"
6
6
7
inherit eutils autotools linux-mod
7
inherit eutils autotools linux-mod
8
8
Lines 17-22 Link Here
17
RDEPEND="|| ( ( x11-proto/inputproto
17
RDEPEND="|| ( ( x11-proto/inputproto
18
		x11-base/xorg-server )
18
		x11-base/xorg-server )
19
	      virtual/x11 )
19
	      virtual/x11 )
20
	media-libs/libpixman
20
	gtk? ( >=x11-libs/gtk+-2 )
21
	gtk? ( >=x11-libs/gtk+-2 )
21
	tcltk? ( dev-lang/tcl dev-lang/tk )
22
	tcltk? ( dev-lang/tcl dev-lang/tk )
22
	udev? ( sys-fs/udev )
23
	udev? ( sys-fs/udev )
Lines 65-70 Link Here
65
	# Fix multilib-strict error for Tcl/Tk library install
66
	# Fix multilib-strict error for Tcl/Tk library install
66
	sed -i -e "s:WCM_EXECDIR/lib:WCM_EXECDIR/$(get_libdir):" configure.in
67
	sed -i -e "s:WCM_EXECDIR/lib:WCM_EXECDIR/$(get_libdir):" configure.in
67
68
69
	epatch ${FILESDIR}/${P%_p*}-pDev.patch
70
68
	eautoreconf
71
	eautoreconf
69
}
72
}
70
73
Lines 81-88 Link Here
81
	fi
84
	fi
82
85
83
	econf ${myconf} \
86
	econf ${myconf} \
84
		`use_with tcltk tcl` \
87
		`use_with tcl tcl` \
85
		`use_with tcltk tk` \
88
		`use_with tk tk` \
86
		--enable-wacomdrv --enable-wacdump \
89
		--enable-wacomdrv --enable-wacdump \
87
		--enable-xsetwacom --enable-dlloader || die
90
		--enable-xsetwacom --enable-dlloader || die
88
91

Return to bug 147537