Skip to content

Commit

Permalink
gtk3: Put each configure switch on its own line
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Dec 11, 2017
1 parent a52e85c commit 8900357
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gtk3.be0
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gtk+/${PKGVERSION[2]}/gtk+-${
#}

mee_configure() {
bee_configure --enable-introspection --enable-xinerama
bee_configure \
--enable-introspection \
--enable-xinerama
}

#mee_build() {
Expand Down

0 comments on commit 8900357

Please sign in to comment.