mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 00:57:01 +02:00
cogl: disable gst library to fix gcc14 build
Long superceeded by clutter-gst3 `xbps-query -Rs libcogl-gst.so -p shlib-requires` shows no dependents.
This commit is contained in:
parent
c96c7992fb
commit
2fd31407fe
2 changed files with 3 additions and 4 deletions
|
@ -881,7 +881,6 @@ libdvbv5.so.0 v4l-utils-1.6.2_1
|
|||
libjson-c.so.5 json-c-0.14.0_1
|
||||
libcogl.so.20 cogl-1.18.0_1
|
||||
libcogl-pango.so.20 cogl-1.18.0_1
|
||||
libcogl-gst.so.20 cogl-1.18.0_1
|
||||
libcogl-gles2.so.20 cogl-1.18.0_1
|
||||
libcogl-path.so.20 cogl-1.18.0_1
|
||||
libSDL2_Pango.so.4 SDL2_Pango-2.1.5_1
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'cogl'
|
||||
pkgname=cogl
|
||||
version=1.22.8
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
configure_args="--enable-cairo=yes --enable-cogl-pango=yes
|
||||
--enable-gdk-pixbuf=yes --enable-cogl-gst=yes --enable-kms-egl-platform
|
||||
--enable-gdk-pixbuf=yes --enable-kms-egl-platform
|
||||
--enable-wayland-egl-platform --enable-wayland-egl-server
|
||||
$(vopt_enable gir introspection)"
|
||||
hostmakedepends="automake libtool gettext gettext-devel pkg-config intltool
|
||||
glib-devel gobject-introspection gtk-doc"
|
||||
makedepends="libXcomposite-devel libXrandr-devel MesaLib-devel pango-devel
|
||||
gdk-pixbuf-devel gst-plugins-base1-devel wayland-devel libXdamage-devel"
|
||||
gdk-pixbuf-devel wayland-devel libXdamage-devel"
|
||||
short_desc="Library for using 3D graphics hardware for rendering"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
|
|
Loading…
Add table
Reference in a new issue