Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added the SDL pkg-config file to the fat build
  • Loading branch information
slouken committed Dec 31, 2011
1 parent fbcd536 commit 05a78b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-scripts/fatbuild.sh
Expand Up @@ -280,6 +280,8 @@ fi
if test x$install_data = xyes; then
do_install sh $auxdir/mkinstalldirs $datadir/aclocal
do_install /usr/bin/install -c -m 644 $srcdir/sdl.m4 $datadir/aclocal/sdl.m4
do_install sh $auxdir/mkinstalldirs $libdir/pkgconfig
do_install /usr/bin/install -m 644 build/$native_path/sdl.pc $libdir/pkgconfig/sdl.pc
fi
if test x$install_man = xyes; then
do_install sh $auxdir/mkinstalldirs $mandir/man3
Expand Down

0 comments on commit 05a78b8

Please sign in to comment.