diff options
Diffstat (limited to 'package/sdl/Makefile')
-rw-r--r-- | package/sdl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/sdl/Makefile b/package/sdl/Makefile index d36b9d55b..f911ee0f7 100644 --- a/package/sdl/Makefile +++ b/package/sdl/Makefile @@ -54,5 +54,7 @@ libsdl-dev-install: $(IDIR_LIBSDL_DEV)/usr/bin $(INSTALL_DIR) $(IDIR_LIBSDL_DEV)/usr/include/SDL $(CP) ${WRKINST}/usr/include/SDL/* $(IDIR_LIBSDL_DEV)/usr/include/SDL + $(INSTALL_DIR) $(IDIR_LIBSDL_DEV)/usr/lib/pkgconfig + $(CP) ${WRKINST}/usr/lib/pkgconfig/*.pc $(IDIR_LIBSDL_DEV)/usr/lib/pkgconfig include ${TOPDIR}/mk/pkg-bottom.mk |