Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gegl: Manually call meson to allow building with subprojects
  • Loading branch information
pmenzel committed Apr 20, 2023
1 parent 3947396 commit 1c90560
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gegl.be0
Expand Up @@ -46,9 +46,11 @@ SRCURL[0]="https://beehive.molgen.mpg.de/4f15157f8e73833cd79830784606bf2b/gegl-0
#}

mee_configure() {
bee_configure \
start_cmd meson \
--prefix ${PREFIX} \
-Ddocs=false \
-Dvapigen=disabled
-Dvapigen=disabled \
${S}
}

#mee_build() {
Expand Down

0 comments on commit 1c90560

Please sign in to comment.