mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
Removed enable-glib2 from spec file
Original commit message from CVS: Removed enable-glib2 from spec file
This commit is contained in:
parent
756650f0b6
commit
0bf5d19a24
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ plugins.
|
|||
%prep
|
||||
%setup
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --sysconfdir=%{sysconfdir} --mandir=$RPM_BUILD_ROOT%{prefix}/share/man --enable-glib2
|
||||
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --sysconfdir=%{sysconfdir} --mandir=$RPM_BUILD_ROOT%{prefix}/share/man
|
||||
|
||||
if [ "$SMP" != "" ]; then
|
||||
(make "MAKE=make -k -j $SMP"; exit 0)
|
||||
|
|
Loading…
Reference in a new issue