Browse Source

Fixing compilation of volumeicon again

master
mid-kid 8 years ago
parent
commit
c6292ffd86
  1. 5
      satellites/volumeicon.sat

5
satellites/volumeicon.sat

@ -16,11 +16,12 @@ fi
header_end
cd "$name-$version"
sed -i -e 's/-DCOMPILEWITH_NOTIFY/ &/' ./configure.ac
sed -i -e 's/-DCOMPILEWITH_NOTIFY/ &/' ./configure
if option !gtk3; then
patch -p2 -i ../gtk2.patch
autoreconf -i
else
sed -i -e 's/-DCOMPILEWITH_NOTIFY/ &/' ./configure
fi
compile_configure -- --enable-notify

Loading…
Cancel
Save