diff options
author | Graydon, Tracy <tracy.graydon@intel.com> | 2012-11-28 19:43:53 -0800 |
---|---|---|
committer | Graydon, Tracy <tracy.graydon@intel.com> | 2012-11-28 19:43:53 -0800 |
commit | 55af18608e149dd3930e420014068df6fe416552 (patch) | |
tree | 3d85f5ddc0de53fce59b0a8a4dcd9891e58a43eb /sdl.pc.in | |
download | SDL-55af18608e149dd3930e420014068df6fe416552.tar.gz SDL-55af18608e149dd3930e420014068df6fe416552.tar.bz2 SDL-55af18608e149dd3930e420014068df6fe416552.zip |
Initial commit for Tizensubmit/1.0/20121129.034415
Diffstat (limited to 'sdl.pc.in')
-rw-r--r-- | sdl.pc.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sdl.pc.in b/sdl.pc.in new file mode 100644 index 0000000..2d43ac9 --- /dev/null +++ b/sdl.pc.in @@ -0,0 +1,15 @@ +# sdl pkg-config source file + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: sdl +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. +Version: @SDL_VERSION@ +Requires: +Conflicts: +Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@ +Libs.private: @SDL_STATIC_LIBS@ +Cflags: -I${includedir}/SDL @SDL_CFLAGS@ |