about summary refs log tree commit diff
path: root/pkgs/applications/audio/pulseaudio-modules-bt/fix-install-path.patch
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2019-03-20 00:43:34 +0000
committeradisbladis <adisbladis@gmail.com>2019-03-20 00:43:34 +0000
commit419fbda8d9c4b0b591e7edf8c32dd4736f12ddee (patch)
tree234b2b05029f269b1182d369b3702cbc2fff3e9b /pkgs/applications/audio/pulseaudio-modules-bt/fix-install-path.patch
parentc896c747478da37fc388ef2a6835fd2849c02e6e (diff)
downloadnixlib-419fbda8d9c4b0b591e7edf8c32dd4736f12ddee.tar
nixlib-419fbda8d9c4b0b591e7edf8c32dd4736f12ddee.tar.gz
nixlib-419fbda8d9c4b0b591e7edf8c32dd4736f12ddee.tar.bz2
nixlib-419fbda8d9c4b0b591e7edf8c32dd4736f12ddee.tar.lz
nixlib-419fbda8d9c4b0b591e7edf8c32dd4736f12ddee.tar.xz
nixlib-419fbda8d9c4b0b591e7edf8c32dd4736f12ddee.tar.zst
nixlib-419fbda8d9c4b0b591e7edf8c32dd4736f12ddee.zip
pulseaudio-modules-bt: unstable-2019-01-05 -> unstable-2019-03-15
Diffstat (limited to 'pkgs/applications/audio/pulseaudio-modules-bt/fix-install-path.patch')
-rw-r--r--pkgs/applications/audio/pulseaudio-modules-bt/fix-install-path.patch15
1 files changed, 3 insertions, 12 deletions
diff --git a/pkgs/applications/audio/pulseaudio-modules-bt/fix-install-path.patch b/pkgs/applications/audio/pulseaudio-modules-bt/fix-install-path.patch
index e500d1fb1333..3c498fe8af1b 100644
--- a/pkgs/applications/audio/pulseaudio-modules-bt/fix-install-path.patch
+++ b/pkgs/applications/audio/pulseaudio-modules-bt/fix-install-path.patch
@@ -1,20 +1,11 @@
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index d869979..185144d 100644
+index 8d20dbf..63fe7ba 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -143,13 +143,13 @@ INSTALL(TARGETS
+@@ -213,5 +213,4 @@ INSTALL(TARGETS
          module-bluez5-device
          module-bluetooth-discover
          module-bluetooth-policy
 -        LIBRARY DESTINATION ${PulseAudio_modlibexecdir})
+-
 +        LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/pulse-${PulseAudio_VERSION}/modules/)
- 
- if(NOT ${HAVE_SYSTEM_LDAC})
- 
- INSTALL(TARGETS
-         ldacBT_enc
-         ldacBT_abr
--        LIBRARY DESTINATION ${PulseAudio_modlibexecdir})
-+        LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/pulse-${PulseAudio_VERSION}/modules/)
- 
- endif()