mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
cogl: Support automake 1.16.
Fixed #25. Thanks to Skaendo for bug report. Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
parent
4f97f912a9
commit
f33d800357
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ find -L . \
|
|||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
patch -p1 < $CWD/wayland.patch
|
||||
sed -i "s|1.15|1.16 1.15|g" autogen.sh
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
|
Loading…
Reference in a new issue