Skip to content

Commit 7b8e976

Browse files
author
Yann Dirson
committed
pkgconfig: remove useless "private" lines, as there is no static lib
Bug: linux-sunxi#8 Signed-off-by: Yann Dirson <ydirson@o-computers.com>
1 parent 3947ff5 commit 7b8e976

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

egl.pc.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ includedir=${prefix}/include
44

55
Name: egl
66
Description: Mali EGL library
7-
Requires.private:
87
Version: MVERSION
98
Libs: -L${libdir} -lEGL
10-
Libs.private: -lm -lpthread -ldl
119
Cflags: -I${includedir}

gles_cm.pc.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ includedir=${prefix}/include
44

55
Name: gles_cm
66
Description: Mali OpenGL ES 1.1 CM library
7-
Requires.private:
87
Version: MVERSION
98
Libs: -L${libdir} -lGLES_CM
10-
Libs.private: -lm -lpthread -ldl
119
Cflags: -I${includedir}

glesv2.pc.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ includedir=${prefix}/include
44

55
Name: glesv2
66
Description: Mali OpenGL ES 2.0 library
7-
Requires.private:
87
Version: MVERSION
98
Libs: -L${libdir} -lGLESv2
10-
Libs.private: -lm -lpthread -ldl
119
Cflags: -I${includedir}

0 commit comments

Comments
 (0)