diff options
Diffstat (limited to 'package/libXcomposite')
-rw-r--r-- | package/libXcomposite/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/libXcomposite/Makefile b/package/libXcomposite/Makefile index 6fb285b24..e0bd7d194 100644 --- a/package/libXcomposite/Makefile +++ b/package/libXcomposite/Makefile @@ -30,6 +30,9 @@ libxcomposite-install: ${CP} ${WRKINST}/usr/lib/libXcomposite.so* ${IDIR_LIBXCOMPOSITE}/usr/lib/ libxcomposite-dev-install: + ${INSTALL_DIR} ${IDIR_LIBXCOMPOSITE_DEV}/usr/lib/pkgconfig + ${CP} ${WRKINST}/usr/lib/pkgconfig/*.pc \ + ${IDIR_LIBXCOMPOSITE_DEV}/usr/lib/pkgconfig ${INSTALL_DIR} ${IDIR_LIBXCOMPOSITE_DEV}/usr/include/X11/extensions ${CP} ${WRKINST}/usr/include/X11/extensions/*.h \ ${IDIR_LIBXCOMPOSITE_DEV}/usr/include/X11/extensions |