Skip to content

Commit

Permalink
cogl: Add version 1.22.8
Browse files Browse the repository at this point in the history
earlier part of clutter
  • Loading branch information
david committed Apr 23, 2021
1 parent 05c0296 commit 638efae
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions cogl.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION cogl-1.22.8-0

SRCURL[0]="https://download.gnome.org/sources/cogl/${PKGVERSION[2]}/cogl-${PKGVERSION}.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
bee_configure --disable-gtk-doc-html \
--disable-gtk-doc \
--disable-gtk-doc-pdf \
--enable-gles1 \
--enable-gles2
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit 638efae

Please sign in to comment.