packaging: build without alsa scenarios
authorJaska Uimonen <jaska.uimonen@helsinki.fi>
Tue, 27 Nov 2012 17:20:52 +0000 (19:20 +0200)
committerIsmo Puustinen <ismo.puustinen@intel.com>
Mon, 11 Mar 2013 11:48:08 +0000 (13:48 +0200)
packaging/avsystem.spec

index 35d1209..8fd75d0 100644 (file)
@@ -43,9 +43,9 @@ Audio Video System Development headers and libraries.
 %autogen
 %configure \
 %if 0%{?simulator}
-       --enable-audiotest --enable-sdk
+       --enable-audiotest --enable-sdk --with-murphy
 %else
-       --enable-audiotest
+       --enable-audiotest --with-murphy
 %endif
 
 make %{?jobs:-j%jobs}