change glfw -> glfw-x11

This commit is contained in:
positivcheg94 2016-06-05 23:23:49 +03:00
parent 95b427e482
commit ce3f2ddc9a
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ pkgbase = librealsense
url = https://github.com/IntelRealSense/librealsense url = https://github.com/IntelRealSense/librealsense
arch = any arch = any
license = Apache license = Apache
depends = glfw>=3 depends = glfw-x11>=3
depends = libusb depends = libusb
optdepends = qtcreator optdepends = qtcreator
source = https://github.com/IntelRealSense/librealsense/archive/v0.9.1.tar.gz source = https://github.com/IntelRealSense/librealsense/archive/v0.9.1.tar.gz

View File

@ -7,7 +7,7 @@ arch=(any)
url="https://github.com/IntelRealSense/librealsense" url="https://github.com/IntelRealSense/librealsense"
license=('Apache') license=('Apache')
makedepends=() makedepends=()
depends=('glfw>=3' 'libusb') depends=('glfw-x11>=3' 'libusb')
optdepends=('qtcreator') optdepends=('qtcreator')
changelog='' changelog=''
source=("https://github.com/IntelRealSense/librealsense/archive/v${pkgver}.tar.gz") source=("https://github.com/IntelRealSense/librealsense/archive/v${pkgver}.tar.gz")