Home | History | Annotate | Download | only in pkgconfig
      1 # sdl pkg-config source file
      2 
      3 prefix=/opt/digit/cupcake/android/prebuilt/linux-x86/sdl
      4 exec_prefix=${prefix}
      5 libdir=${exec_prefix}/lib
      6 includedir=${prefix}/include
      7 
      8 Name: sdl
      9 Description: Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer.
     10 Version: 1.2.12
     11 Requires:
     12 Conflicts:
     13 Libs: -L${libdir}  -lSDL  -lpthread
     14 Cflags: -I${includedir}/SDL -D_GNU_SOURCE=1 -D_REENTRANT
     15