11 lines
455 B
Text
11 lines
455 B
Text
Index: sdl2.pc.in
|
|
--- sdl2.pc.in.orig
|
|
+++ sdl2.pc.in
|
|
@@ -10,5 +10,5 @@ Description: Simple DirectMedia Layer is a cross-platf
|
|
Version: @SDL_VERSION@
|
|
Requires.private: @PKGCONFIG_DEPENDS@
|
|
Conflicts:
|
|
-Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@ @PKGCONFIG_LIBS_PRIV@ @SDL_STATIC_LIBS@
|
|
-Cflags: -I${includedir} -I${includedir}/SDL2 @SDL_CFLAGS@
|
|
+Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@ @X_LIBS@
|
|
+Cflags: -I${includedir}/SDL2 @SDL_CFLAGS@ @X_CFLAGS@
|