~ubuntu-branches/ubuntu/trusty/freerdp/trusty-proposed

« back to all changes in this revision

Viewing changes to channels/drdynvc/tsmf/pulse/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2012-11-16 23:08:42 UTC
  • mfrom: (9.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20121116230842-mnisn295dk1b0nzi
Tags: 1.0.1-2ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/control, debian/rules: Drop avcodec/ffmpeg support
  - debian/patches/remote-control.diff: Fix crash in Remote Control
  - debian/patches/cherry-48ad5feb0a6ad831d863f89ed74b443021e54303.patch:
    Fix freerdp extension handling problem.
  - debian/patches/backport-from-stdin.patch: Add --from-stdin
  - debian/patches/allow-null-domain.patch: Allow null domains from stdin
* debian/patches/cherry-pick-8293c5b4cb072038fe2bdc15207ee6de4e291879:
  - Dropped, included in Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
set_target_properties(tsmf_pulse PROPERTIES PREFIX "")
29
29
 
30
30
target_link_libraries(tsmf_pulse freerdp-utils)
31
 
target_link_libraries(tsmf_pulse ${PULSE_LIBRARIES})
 
31
target_link_libraries(tsmf_pulse ${PULSEAUDIO_LIBRARY})
32
32
 
33
33
install(TARGETS tsmf_pulse DESTINATION ${FREERDP_PLUGIN_PATH})
34
34