]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
libepoxy: move outside x11r7 scope
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 9 Mar 2016 09:58:39 +0000 (06:58 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 20 Mar 2016 17:34:10 +0000 (18:34 +0100)
commit0911f32d1c34b239cbb59e1b2d89d1b5cadee7e0
tree0220ecd8b2323ea9d23a33078b0311a30d5ed44a
parent7429785873c6572db7440d1be26fab011c5d670a
libepoxy: move outside x11r7 scope

Move it outside x11r7 scope since it can be built without it with a few
patches (sent upstream via github pull request).

Motivation is simple, it's a dependency for newer gtk3 versions which
can work with a wayland or broadway backend, and having a full x11 stack
is pointless for that scenario.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
[Thomas: split the first patch into four separate patches, since
that's how they were submitted upstream.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 files changed:
package/Config.in
package/libepoxy/0001-select-platforms-based-on-configuration-results.patch [new file with mode: 0644]
package/libepoxy/0002-add-an-option-to-disable-glx-support.patch [new file with mode: 0644]
package/libepoxy/0003-make-enable-glx-actually-work-on-osx-and-windows.patch [new file with mode: 0644]
package/libepoxy/0004-darwin-use-glx-instead-of-opengl-framework.patch [new file with mode: 0644]
package/libepoxy/0005-Forward-egl-cflags-into-epoxy.pc.patch [new file with mode: 0644]
package/libepoxy/0006-Make-egl-conditional.patch [new file with mode: 0644]
package/libepoxy/Config.in [new file with mode: 0644]
package/libepoxy/libepoxy.mk [new file with mode: 0644]
package/x11r7/Config.in
package/x11r7/libepoxy/Config.in [deleted file]
package/x11r7/libepoxy/libepoxy.mk [deleted file]