xlogo-1.0.4.ebuild 456 B

123456789101112131415161718192021222324
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=4
  4. inherit xorg-2
  5. DESCRIPTION="X Window System logo"
  6. KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
  7. IUSE=""
  8. RDEPEND="x11-libs/libXrender
  9. x11-libs/libXext
  10. x11-libs/libXt
  11. x11-libs/libXft
  12. x11-libs/libXaw
  13. x11-libs/libSM
  14. x11-libs/libXmu
  15. x11-libs/libX11"
  16. DEPEND="${RDEPEND}"
  17. XORG_CONFIGURE_OPTIONS="--with-render"