diff options
author | Yichao Zhou | 2020-03-17 01:30:58 -0700 |
---|---|---|
committer | Yichao Zhou | 2020-03-17 01:32:41 -0700 |
commit | bea1cfd96b7333ba8da2a139247bce36ad3674ba (patch) | |
tree | 40a2e93d1426a193842a8cb65c0c89d2fe0e828f | |
parent | 978c9a525f71add1e11fa806fb40be3602f08624 (diff) | |
download | aur-bea1cfd96b7333ba8da2a139247bce36ad3674ba.tar.gz |
Version bump and compile examples
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ pkgbase = librealsense-git pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) - pkgver = v2.32.1 + pkgver = v2.33.1 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -5,7 +5,7 @@ pkgbase=librealsense-git pkgname=(librealsense-git python-pyrealsense2-git) _pkgname=librealsense -pkgver=v2.32.1 +pkgver=v2.33.1 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" arch=('x86_64') @@ -36,7 +36,7 @@ build() { -DBUILD_WITH_STATIC_CRT=off \ -DBUILD_WITH_OPENMP=on \ -DBUILD_WITH_TM2=true \ - -DBUILD_EXAMPLES=false \ + -DBUILD_EXAMPLES=true \ -DFORCE_LIBUVC=true \ -DBUILD_PYTHON_BINDINGS=true make |