From 56008537cdd9c7925ce421cd218e5e2245a131ff Mon Sep 17 00:00:00 2001 From: Seonmi Jin Date: Mon, 27 Jun 2016 19:26:45 +0900 Subject: [PATCH] [TV] Fixed build feature TIZEN_PRODUCT_TV [Version] 5.0-76 [Profile] TV Change-Id: I80c6e85302568f59093984c7a935404f1b05ba50 Signed-off-by: Seonmi Jin --- packaging/pulseaudio.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/pulseaudio.spec b/packaging/pulseaudio.spec index 5331802..910abf7 100644 --- a/packaging/pulseaudio.spec +++ b/packaging/pulseaudio.spec @@ -10,7 +10,7 @@ Name: pulseaudio Summary: Improved Linux sound server Version: 5.0 -Release: 75 +Release: 76 Group: Multimedia/Audio License: LGPL-2.1+ URL: http://pulseaudio.org @@ -252,7 +252,7 @@ NOCONFIGURE=yes ./bootstrap.sh %if %{with pulseaudio_udev_with_usb_only} --enable-udev-with-usb-only \ %endif -%if %{with TIZEN_PRODUCT_TV} +%if "%{?TIZEN_PRODUCT_TV}" == "1" --enable-prelink \ %endif --with-udev-rules-dir=%{udev_dir}/rules.d \ -- 2.7.4