mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 14:59:01 +00:00
Fixed: Replaced "Reqiures" by "Requires" in pkg-config files
This commit is contained in:
parent
9ee7196f5b
commit
6d66d824d9
11 changed files with 11 additions and 11 deletions
|
@ -6,7 +6,7 @@ includedir=${prefix}/include
|
|||
Name: nel-driverogl
|
||||
Version: 0.5.0
|
||||
Description: NeL 0.5.0
|
||||
Reqiures:
|
||||
Requires:
|
||||
Libs: -L${libdir}
|
||||
Libs.private: -ldl -lpthread -lxml2 -lGL -lXxf86vm -lXmu
|
||||
Cflags: -I${includedir} -DXF86VIDMODE
|
||||
|
|
|
@ -6,7 +6,7 @@ includedir=@includedir@
|
|||
Name: nel-driverogl
|
||||
Version: @VERSION@
|
||||
Description: NeL @VERSION@
|
||||
Reqiures:
|
||||
Requires:
|
||||
Libs: -L${libdir}
|
||||
Libs.private: @LIBS@ @OPENGL_LIBS@ @XF86VIDMODE_LIBS@ -lXmu
|
||||
Cflags: -I${includedir} @OPENGL_CFLAGS@ @XF86VIDMODE_CFLAGS@
|
||||
|
|
|
@ -6,7 +6,7 @@ includedir=${prefix}/include
|
|||
Name: nel-3d
|
||||
Version: 0.5.0
|
||||
Description: NeL 0.5.0
|
||||
Reqiures:
|
||||
Requires:
|
||||
Libs: -L${libdir}
|
||||
Libs.private: -ldl -lpthread -lxml2 -lfreetype -lz -lc
|
||||
Cflags: -I${includedir} -I/usr/include/freetype2
|
||||
|
|
|
@ -6,7 +6,7 @@ includedir=@includedir@
|
|||
Name: nel-3d
|
||||
Version: @NL_VERSION@
|
||||
Description: NeL @NL_VERSION@
|
||||
Reqiures:
|
||||
Requires:
|
||||
Libs: -L${libdir}
|
||||
Libs.private: @LIBS@ @FREETYPE_LIBS@ -lc
|
||||
Cflags: -I${includedir} @FREETYPE_CFLAGS@
|
||||
|
|
|
@ -6,7 +6,7 @@ includedir=@includedir@
|
|||
Name: nel-georges
|
||||
Version: @NL_VERSION@
|
||||
Description: NeL @NL_VERSION@
|
||||
Reqiures:
|
||||
Requires:
|
||||
Libs: -L${libdir}
|
||||
Libs.private: @LIBS@ -lc
|
||||
Cflags: -I${includedir}
|
||||
|
|
|
@ -6,7 +6,7 @@ includedir=@includedir@
|
|||
Name: nel-ligo
|
||||
Version: @NL_VERSION@
|
||||
Description: NeL @NL_VERSION@
|
||||
Reqiures:
|
||||
Requires:
|
||||
Libs: -L${libdir}
|
||||
Libs.private: @LIBS@ -lc
|
||||
Cflags: -I${includedir}
|
||||
|
|
|
@ -6,7 +6,7 @@ includedir=${prefix}/include
|
|||
Name: nel-misc
|
||||
Version: 0.5.0
|
||||
Description: NeL 0.5.0
|
||||
Reqiures:
|
||||
Requires:
|
||||
Libs: -L${libdir}
|
||||
Libs.private: -ldl -lpthread -lxml2 -lc -lpthread -lrt -ldl
|
||||
Cflags: -I${includedir} -lc -lpthread -lrt -ldl
|
||||
|
|
|
@ -6,7 +6,7 @@ includedir=@includedir@
|
|||
Name: nel-misc
|
||||
Version: @NL_VERSION@
|
||||
Description: NeL @NL_VERSION@
|
||||
Reqiures:
|
||||
Requires:
|
||||
Libs: -L${libdir}
|
||||
Libs.private: @LIBS@ -lc -lpthread -lrt -ldl
|
||||
Cflags: -I${includedir} -lc -lpthread -lrt -ldl
|
||||
|
|
|
@ -6,7 +6,7 @@ includedir=@includedir@
|
|||
Name: nel-net
|
||||
Version: @NL_VERSION@
|
||||
Description: NeL @NL_VERSION@
|
||||
Reqiures:
|
||||
Requires:
|
||||
Libs: -L${libdir}
|
||||
Libs.private: @LIBS@ -lc -lpthread -lrt -ldl
|
||||
Cflags: -I${includedir} -lc -lpthread -lrt -ldl
|
||||
|
|
|
@ -6,7 +6,7 @@ includedir=@includedir@
|
|||
Name: nel-pacs
|
||||
Version: @NL_VERSION@
|
||||
Description: NeL @NL_VERSION@
|
||||
Reqiures:
|
||||
Requires:
|
||||
Libs: -L${libdir}
|
||||
Libs.private: @LIBS@ -lc -lpthread -lrt -ldl
|
||||
Cflags: -I${includedir} -lc -lpthread -lrt -ldl
|
||||
|
|
|
@ -6,7 +6,7 @@ includedir=@includedir@
|
|||
Name: nel-sound
|
||||
Version: @NL_VERSION@
|
||||
Description: NeL @NL_VERSION@
|
||||
Reqiures:
|
||||
Requires:
|
||||
Libs: -L${libdir}
|
||||
Libs.private: @LIBS@ -lc -lpthread -lrt -ldl
|
||||
Cflags: -I${includedir} -lc -lpthread -lrt -ldl
|
||||
|
|
Loading…
Reference in a new issue