From 4cefd4f82666bdfdc7d5046dc30d7ef89df99d12 Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Thu, 27 Jul 2017 09:44:07 +0200 Subject: [PATCH] All of a sudden we need to declare include dirs --- freerdp.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/freerdp.spec b/freerdp.spec index 09f6c01..8fa8dd0 100644 --- a/freerdp.spec +++ b/freerdp.spec @@ -144,6 +144,7 @@ find . -name "*.c" -exec chmod 664 {} \; -DWITH_FFMPEG=%{?_with_ffmpeg:ON}%{?!_with_ffmpeg:OFF} \ -DWITH_GSM=ON \ -DWITH_GSTREAMER_1_0=ON -DWITH_GSTREAMER_0_10=OFF \ + -DGSTREAMER_1_0_INCLUDE_DIRS=%{_includedir}/gstreamer-1.0 \ -DWITH_IPP=OFF \ -DWITH_JPEG=ON \ -DWITH_KRB5=ON \