mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qtav: fix build
This commit is contained in:
parent
3d0dc33eb9
commit
268c4f6a5b
1 changed files with 16 additions and 0 deletions
16
srcpkgs/qtav/patches/disable-cuda.patch
Normal file
16
srcpkgs/qtav/patches/disable-cuda.patch
Normal file
|
@ -0,0 +1,16 @@
|
|||
src: https://build.opensuse.org/package/view_file/openSUSE:Factory/QtAV/disable_cuda.patch
|
||||
|
||||
diff --git a/src/libQtAV.pro b/src/libQtAV.pro
|
||||
index 27c1570..dc74ceb 100644
|
||||
--- a/src/libQtAV.pro
|
||||
+++ b/src/libQtAV.pro
|
||||
@@ -233,7 +233,7 @@ config_pulseaudio {
|
||||
DEFINES *= QTAV_HAVE_PULSEAUDIO=1
|
||||
LIBS += -lpulse
|
||||
}
|
||||
-CONFIG += config_cuda
|
||||
+#CONFIG += config_cuda
|
||||
#CONFIG += config_cuda_link
|
||||
config_cuda {
|
||||
DEFINES += QTAV_HAVE_CUDA=1
|
||||
|
Loading…
Add table
Reference in a new issue