We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I've made a patch for the Gentoo ebuild in the layman overlay, that will check if the relevent kernel modules are enabled.
(I wonder how I can attach the patch to this issue?!)
The text was updated successfully, but these errors were encountered:
Oh well, I'll try to paste it here, then....
--- cwiid-0.6.00.ebuild.orig 2009-10-27 23:01:50.000000000 +0100 +++ cwiid-0.6.00.ebuild 2009-10-27 23:01:07.000000000 +0100 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -inherit eutils +inherit eutils linux-mod DESCRIPTION="Library, input driver, and utilities for the Nintendo Wiimote" HOMEPAGE="http://abstrakraft.org/cwiid" @@ -21,6 +21,11 @@ net-wireless/bluez-libs python? ( >=dev-lang/python-2.4 )" +pkg_setup() { + CONFIG_CHECK="BT_L2CAP INPUT_UINPUT" + linux-mod_pkg_setup +} + src_compile() { econf $(use_with python) --disable-ldconfig || die "died running econf" emake || die "died running emake"
Sorry, something went wrong.
your ebuild is similar with my previous, in issue 7: https://github.com/abstrakraft/cwiid/issues#issue/7
even if mine ebuild works for git cwiid version (-9999). may be useful to join our work to put both ebuilds in some public overlay.
infact, the previous version of cwiid-0.6.00, from here and from here: http://gpo.zugaina.org/app-misc/cwiid/Bugs
was deprecated.
I'm just a gentoo user, not a programmer. if you want to mantain this ebuild do it.
otherway help me to publish somewhere my wiidea overlay: http://bugs.gentoo.org/show_bug.cgi?id=334809
I proposed myself as a proxy-mantainer for this overlay, but I had no answer. the overlay contains a version of experimental cwiid ebuild.
No branches or pull requests
Hi,
I've made a patch for the Gentoo ebuild in the layman overlay, that will check if the relevent kernel modules are enabled.
(I wonder how I can attach the patch to this issue?!)
The text was updated successfully, but these errors were encountered: