Updated libfreenect ebuild (untested)
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
|
||||
EAPI="5"
|
||||
|
||||
inherit cmake-utils git-2 multilib python
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit cmake-utils git-2 multilib python-r1
|
||||
|
||||
|
||||
DESCRIPTION="Core library for accessing the Microsoft Kinect."
|
||||
@@ -16,8 +17,6 @@ SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE="bindist +c_sync +cpp doc examples fakenect opencv openni2 python"
|
||||
|
||||
PYTHON_DEPEND="!bindist? 2"
|
||||
|
||||
COMMON_DEP="virtual/libusb:1
|
||||
examples? ( media-libs/freeglut
|
||||
virtual/opengl
|
||||
@@ -34,11 +33,6 @@ DEPEND="${COMMON_DEP}
|
||||
python? ( dev-python/cython )"
|
||||
|
||||
|
||||
#src_prepare() {
|
||||
# epatch "${FILESDIR}/${P}-python_executable.patch"
|
||||
# cmake-utils_src_prepare
|
||||
#}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
$(cmake-utils_use_build bindist REDIST_PACKAGE)
|
||||
|
||||
Reference in New Issue
Block a user