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 (-4 / +8 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-24 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
	tcl? ( dev-lang/tcl )
23
	tk? ( dev-lang/tk )
22
	udev? ( sys-fs/udev )
24
	udev? ( sys-fs/udev )
23
	sys-libs/ncurses"
25
	sys-libs/ncurses"
24
26
Lines 65-70 Link Here
65
	# Fix multilib-strict error for Tcl/Tk library install
67
	# Fix multilib-strict error for Tcl/Tk library install
66
	sed -i -e "s:WCM_EXECDIR/lib:WCM_EXECDIR/$(get_libdir):" configure.in
68
	sed -i -e "s:WCM_EXECDIR/lib:WCM_EXECDIR/$(get_libdir):" configure.in
67
69
70
	epatch ${FILESDIR}/${P%_p*}-pDev.patch
71
68
	eautoreconf
72
	eautoreconf
69
}
73
}
70
74
Lines 81-88 Link Here
81
	fi
85
	fi
82
86
83
	econf ${myconf} \
87
	econf ${myconf} \
84
		`use_with tcltk tcl` \
88
		`use_with tcl tcl` \
85
		`use_with tcltk tk` \
89
		`use_with tk tk` \
86
		--enable-wacomdrv --enable-wacdump \
90
		--enable-wacomdrv --enable-wacdump \
87
		--enable-xsetwacom --enable-dlloader || die
91
		--enable-xsetwacom --enable-dlloader || die
88
92

Return to bug 147537