diff options
author | James Le Cuirot <chewi@gentoo.org> | 2020-01-08 23:19:40 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2020-01-08 23:21:30 +0000 |
commit | 3ff4d20992c6e58a22a3c31b5eff3ff36c1a1c17 (patch) | |
tree | f5c5f6e13c1803be337d9bca0d612dca6c5f2c09 /media-libs/glfw | |
parent | media-libs/glfw: EAPI 7 for 3.3.1 (diff) | |
download | gentoo-3ff4d20992c6e58a22a3c31b5eff3ff36c1a1c17.tar.gz gentoo-3ff4d20992c6e58a22a3c31b5eff3ff36c1a1c17.tar.bz2 gentoo-3ff4d20992c6e58a22a3c31b5eff3ff36c1a1c17.zip |
media-libs/glfw: Drop USE=examples because they don't get installed
We could install the binaries somewhere but the sources are more
useful as examples.
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-libs/glfw')
-rw-r--r-- | media-libs/glfw/glfw-3.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/glfw/glfw-3.3.1.ebuild b/media-libs/glfw/glfw-3.3.1.ebuild index 45ce2dcfce0d..762e43166413 100644 --- a/media-libs/glfw/glfw-3.3.1.ebuild +++ b/media-libs/glfw/glfw-3.3.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/glfw/glfw/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="ZLIB" SLOT="0" KEYWORDS="~amd64 ~arm64 ~hppa ~x86" -IUSE="examples wayland" +IUSE="wayland" RDEPEND=" x11-libs/libxkbcommon @@ -39,7 +39,7 @@ BDEPEND=" src_configure() { local mycmakeargs=( - -DGLFW_BUILD_EXAMPLES="$(usex examples)" + -DGLFW_BUILD_EXAMPLES=no -DGLFW_USE_WAYLAND="$(usex wayland)" -DBUILD_SHARED_LIBS=1 ) |