libXpresent-1.0.0.ebuild 624 B

1234567891011121314151617181920212223242526
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. XORG_MULTILIB=yes
  5. inherit xorg-2
  6. DESCRIPTION="X Present Extension C Library"
  7. KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
  8. IUSE=""
  9. RDEPEND="
  10. x11-libs/libX11[${MULTILIB_USEDEP}]
  11. x11-libs/libXext[${MULTILIB_USEDEP}]
  12. x11-libs/libXfixes[${MULTILIB_USEDEP}]
  13. x11-libs/libXrandr[${MULTILIB_USEDEP}]
  14. x11-proto/presentproto[${MULTILIB_USEDEP}]
  15. x11-proto/xextproto[${MULTILIB_USEDEP}]
  16. x11-proto/xproto[${MULTILIB_USEDEP}]
  17. "
  18. DEPEND="${RDEPEND}"
  19. PATCHES=( "${FILESDIR}"/${P}-add-depends-to-pkgconfig.patch )