Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2015
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. koen@beast:/build/v2014.12/sources/meta-photography/recipes-photography$ cat /usr/lib/pkgconfig/sdl.pc
  2. # sdl pkg-config source file
  3.  
  4. prefix=/usr
  5. exec_prefix=/usr
  6. libdir=/usr/lib
  7. includedir=/usr/include
  8.  
  9. Name: sdl
  10. 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.
  11. Version: 1.2.15
  12. Requires:
  13. Conflicts:
  14. Libs: -L${libdir} -lSDL -lpthread
  15. Libs.private: -lSDL -lpthread -lm -ldl -lts -lpthread
  16. Cflags: -I${includedir}/SDL -D_GNU_SOURCE=1 -D_REENTRANT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement