You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: obs/debian.rules
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,16 @@ else
14
14
CFLAGS += -O2
15
15
endif
16
16
17
-
CEMU_VERNUM = 1.3
17
+
CEMU_VERNUM = 2.0
18
18
19
19
build: build-stamp
20
20
build-stamp:
21
21
dh_testdir
22
22
23
23
# Add here commands to compile the package.
24
-
cd cemu-$(CEMU_VERNUM)/gui/qt/capture/libpng-apng && ./configure --with-libpng-prefix=a --enable-static --disable-shared CFLAGS="-O2 -fPIC" && make libpng16.la && cd ../../../../..
24
+
cd cemu-$(CEMU_VERNUM)/gui/qt/capture/libpng-apng && autoreconf -vif && ./configure --with-libpng-prefix=a --enable-static --disable-shared CFLAGS="-O2 -fPIC" && make libpng16.la && cd ../../../../..
0 commit comments