Skip to content

Commit

Permalink
gegl: Use meson setup to fix deprecation warning
Browse files Browse the repository at this point in the history
Address the warning below:

    WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
  • Loading branch information
pmenzel committed Apr 20, 2023
1 parent 9976965 commit 12559be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gegl.be0
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ SRCURL[0]="https://beehive.molgen.mpg.de/4f15157f8e73833cd79830784606bf2b/gegl-0
#}

mee_configure() {
start_cmd meson \
start_cmd meson setup \
--prefix ${PREFIX} \
-Ddocs=false \
-Dvapigen=disabled \
Expand Down

0 comments on commit 12559be

Please sign in to comment.