PKGNAME=libart-lgpl
PKGSEC=libs
PKGDEP="glibc"
BUILDDEP="tde-common-cmake"
PKGDES="Library to manipulate and display accelerated 2D graphics"

ABTYPE=cmakeninja
CMAKE_AFTER=(
    '-DLIB_INSTALL_DIR=/usr/lib'
    '-DBUILD_ALL=ON'
    '-DWITH_ALL_OPTIONS=ON'
    '-DWITH_GCC_VISIBILITY=OFF'
)

# Note: Required for component detection.
NOLIBTOOL=0

# Needed by Afterglow, whereas FAIL_ARCH defaults to mainline-only.
FAIL_ARCH="!(mainline|retro)"
