Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cairo
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GNOME
cairo
Commits
a4bad9f8
Commit
a4bad9f8
authored
10 years ago
by
Emilio Pozuelo Monfort
Browse files
Options
Downloads
Patches
Plain Diff
Disable GL/EGL support
parent
115f4d87
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/changelog
+10
-0
10 additions, 0 deletions
debian/changelog
debian/control
+1
-4
1 addition, 4 deletions
debian/control
debian/libcairo2.symbols
+0
-15
0 additions, 15 deletions
debian/libcairo2.symbols
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
12 additions
and
20 deletions
debian/changelog
+
10
−
0
View file @
a4bad9f8
cairo (1.12.16-4) UNRELEASED; urgency=medium
* Disable experimental GL/EGL support. It doesn't bring much and
causes problems in platforms where the GL and the EGL/GLES stacks
are from different vendors, which is the case in some embedded
platforms, particularly in the ARM world.
Break weston versions that use the gl/egl symbols.
-- Emilio Pozuelo Monfort <pochu@debian.org> Fri, 05 Sep 2014 00:14:13 +0200
cairo (1.12.16-3) unstable; urgency=medium
* Team upload.
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
4
View file @
a4bad9f8
...
...
@@ -22,8 +22,6 @@ Build-Depends: debhelper (>= 9),
libxcb1-dev (>= 1.6),
libxcb-render0-dev (>= 1.6),
libxcb-shm0-dev,
libgl1-mesa-dev,
libegl1-mesa-dev [!hurd-any],
libglib2.0-dev,
zlib1g-dev,
liblzo2-dev
...
...
@@ -49,8 +47,6 @@ Depends: libcairo2 (= ${binary:Version}),
libxcb1-dev (>= 1.6),
libxcb-render0-dev (>= 1.6),
libxcb-shm0-dev,
libgl1-mesa-dev,
libegl1-mesa-dev [!hurd-any],
libglib2.0-dev,
${shlibs:Depends},
${misc:Depends}
...
...
@@ -71,6 +67,7 @@ Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Breaks: weston (<< 1.5.0-3~)
Description: The Cairo 2D vector graphics library
Cairo is a multi-platform library providing anti-aliased
vector-based rendering for multiple target backends. Paths consist
...
...
This diff is collapsed.
Click to expand it.
debian/libcairo2.symbols
+
0
−
15
View file @
a4bad9f8
...
...
@@ -35,9 +35,6 @@ libcairo.so.2 libcairo2 #MINVER#
cairo_device_status@Base 1.10.0
cairo_device_to_user@Base 1.2.4
cairo_device_to_user_distance@Base 1.2.4
(arch=!hurd-any)cairo_egl_device_create@Base 1.12.14-5~
(arch=!hurd-any)cairo_egl_device_get_context@Base 1.12.16
(arch=!hurd-any)cairo_egl_device_get_display@Base 1.12.16
cairo_fill@Base 1.2.4
cairo_fill_extents@Base 1.2.4
cairo_fill_preserve@Base 1.2.4
...
...
@@ -94,18 +91,6 @@ libcairo.so.2 libcairo2 #MINVER#
cairo_get_target@Base 1.2.4
cairo_get_tolerance@Base 1.2.4
cairo_get_user_data@Base 1.4.10
cairo_gl_device_set_thread_aware@Base 1.12.14-5~
cairo_gl_surface_create@Base 1.12.14-5~
(arch=!hurd-any)cairo_gl_surface_create_for_egl@Base 1.12.14-5~
cairo_gl_surface_create_for_texture@Base 1.12.14-5~
cairo_gl_surface_create_for_window@Base 1.12.14-5~
cairo_gl_surface_get_height@Base 1.12.14-5~
cairo_gl_surface_get_width@Base 1.12.14-5~
cairo_gl_surface_set_size@Base 1.12.14-5~
cairo_gl_surface_swapbuffers@Base 1.12.14-5~
cairo_glx_device_create@Base 1.12.14-5~
cairo_glx_device_get_context@Base 1.12.14-5~
cairo_glx_device_get_display@Base 1.12.14-5~
cairo_glyph_allocate@Base 1.7.2
cairo_glyph_extents@Base 1.2.4
cairo_glyph_free@Base 1.7.2
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
a4bad9f8
...
...
@@ -56,7 +56,7 @@ main_configure_flags += \
$(configure_flags) \
--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
--enable-xlib --enable-svg \
--enable-xcb --enable-perf-utils --
en
able-gl
--enable-xcb --enable-perf-utils --
dis
able-gl
udeb_configure_flags += \
$(configure_flags) \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment