logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 6fdae2a878ccb4bacb775a117e159d3852a5d2ab
parent 8a5fba4b16d9b8b434fb5634c5701e455cc575aa
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 27 Feb 2022 02:43:50 +0100

x11-libs/fltk: Improve wayland support

Diffstat:

Mx11-libs/fltk/fltk-1.4.9999.ebuild9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/x11-libs/fltk/fltk-1.4.9999.ebuild b/x11-libs/fltk/fltk-1.4.9999.ebuild @@ -26,6 +26,13 @@ RDEPEND=" virtual/glu[${MULTILIB_USEDEP}] virtual/opengl[${MULTILIB_USEDEP}] ) + wayland? ( + x11-libs/libxkbcommon[${MULTILIB_USEDEP}] + x11-libs/pango + dev-libs/wayland + gui-libs/libdecor + opengl? ( media-libs/glew:0 ) + ) X? ( x11-libs/libICE[${MULTILIB_USEDEP}] x11-libs/libSM[${MULTILIB_USEDEP}] @@ -40,6 +47,7 @@ RDEPEND=" DEPEND=" ${RDEPEND} virtual/pkgconfig + wayland? ( dev-libs/wayland-protocols ) X? ( x11-base/xorg-proto ) doc? ( app-doc/doxygen ) " @@ -83,6 +91,7 @@ multilib_src_configure() { -DOPTION_USE_SYSTEM_ZLIB=ON -DOPTION_USE_SYSTEM_LIBJPEG=ON -DOPTION_USE_SYSTEM_LIBPNG=ON + -DOPTION_USE_SYSTEM_LIBDECOR=ON -DOPTION_USE_WAYLAND=$(usex wayland) )