diff options
author | Marvin W <git@larma.de> | 2021-04-11 15:12:53 +0200 |
---|---|---|
committer | Marvin W <git@larma.de> | 2021-04-11 15:13:22 +0200 |
commit | 4edab3c8d63b327dcb48799e174a3e00192721ec (patch) | |
tree | f4393a6fe2d4dab0c0fe7ae866b20faf17730f37 /plugins/rtp | |
parent | e9ff660537f7c00281395f8a001f7554e116efff (diff) | |
download | dino-4edab3c8d63b327dcb48799e174a3e00192721ec.tar.gz dino-4edab3c8d63b327dcb48799e174a3e00192721ec.zip |
Fix custom vapi integration
Diffstat (limited to 'plugins/rtp')
-rw-r--r-- | plugins/rtp/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/rtp/CMakeLists.txt b/plugins/rtp/CMakeLists.txt index 0925ff0c..76d6e66d 100644 --- a/plugins/rtp/CMakeLists.txt +++ b/plugins/rtp/CMakeLists.txt @@ -31,8 +31,6 @@ PACKAGES ${RTP_PACKAGES} DEFINITIONS ${RTP_DEFINITIONS} -OPTIONS - --vapidir=${CMAKE_CURRENT_SOURCE_DIR}/vapi ) add_definitions(${VALA_CFLAGS} -DG_LOG_DOMAIN="rtp" -I${CMAKE_CURRENT_SOURCE_DIR}/src) |