mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 02:36:22 +00:00
travis: Update icons switch
Use --enable-icons-and-clipboard instead of old --enable-icons
This commit is contained in:
@@ -17,7 +17,7 @@ tests=()
|
|||||||
case $(uname | tr '[:upper:]' '[:lower:]') in
|
case $(uname | tr '[:upper:]' '[:lower:]') in
|
||||||
linux*)
|
linux*)
|
||||||
tests=(
|
tests=(
|
||||||
"--enable-notifications --enable-icons --enable-otr --enable-pgp
|
"--enable-notifications --enable-icons-and-clipboard --enable-otr --enable-pgp
|
||||||
--enable-omemo --enable-plugins --enable-c-plugins
|
--enable-omemo --enable-plugins --enable-c-plugins
|
||||||
--enable-python-plugins --with-xscreensaver"
|
--enable-python-plugins --with-xscreensaver"
|
||||||
"--disable-notifications --disable-icons --disable-otr --disable-pgp
|
"--disable-notifications --disable-icons --disable-otr --disable-pgp
|
||||||
@@ -39,7 +39,7 @@ case $(uname | tr '[:upper:]' '[:lower:]') in
|
|||||||
;;
|
;;
|
||||||
darwin*)
|
darwin*)
|
||||||
tests=(
|
tests=(
|
||||||
"--enable-notifications --enable-icons --enable-otr --enable-pgp
|
"--enable-notifications --enable-icons-and-clipboard --enable-otr --enable-pgp
|
||||||
--enable-omemo --enable-plugins --enable-c-plugins
|
--enable-omemo --enable-plugins --enable-c-plugins
|
||||||
--enable-python-plugins"
|
--enable-python-plugins"
|
||||||
"--disable-notifications --disable-icons --disable-otr --disable-pgp
|
"--disable-notifications --disable-icons --disable-otr --disable-pgp
|
||||||
|
|||||||
Reference in New Issue
Block a user