Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 693447 Details for
Bug 778041
media-libs/cogl-1.22.8[gles2]: undefined reference to `cogl_gles2_get_current_vtable' with slibtool
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
https://gitlab.gnome.org/GNOME/cogl/-/merge_requests/35
cogl-gles2.patch (text/plain), 748 bytes, created by
orbea
on 2021-03-25 14:28:22 UTC
(
hide
)
Description:
https://gitlab.gnome.org/GNOME/cogl/-/merge_requests/35
Filename:
MIME Type:
Creator:
orbea
Created:
2021-03-25 14:28:22 UTC
Size:
748 bytes
patch
obsolete
>From 2bd3cbed45d633fb15625d58e6b7cb8721b0ba98 Mon Sep 17 00:00:00 2001 >From: orbea <orbea@riseup.net> >Date: Thu, 25 Mar 2021 07:17:20 -0700 >Subject: [PATCH] cogl-gles2: Fix undefined references. > >--- > cogl-gles2/Makefile.am | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/cogl-gles2/Makefile.am b/cogl-gles2/Makefile.am >index 72ec1eae..1328444e 100644 >--- a/cogl-gles2/Makefile.am >+++ b/cogl-gles2/Makefile.am >@@ -17,6 +17,7 @@ endif > AM_CFLAGS = $(COGL_DEP_CFLAGS) $(COGL_EXTRA_CFLAGS) $(MAINTAINER_CFLAGS) > > libcogl_gles2_la_SOURCES = cogl-gles2-api.c >+libcogl_gles2_la_LIBADD = $(top_builddir)/cogl/libcogl.la > libcogl_gles2_la_LDFLAGS = \ > -no-undefined \ > -version-info @COGL_LT_CURRENT@:@COGL_LT_REVISION@:@COGL_LT_AGE@ \ >-- >GitLab >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 778041
:
693372
|
693375
| 693447