Skip to content

Commit

Permalink
pkgconfig: remove useless "private" lines, as there is no static lib
Browse files Browse the repository at this point in the history
Bug: linux-sunxi#8
Signed-off-by: Yann Dirson <ydirson@o-computers.com>
  • Loading branch information
Yann Dirson committed Jan 23, 2016
1 parent 258924f commit b3bd9ac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions egl.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ includedir=${prefix}/include

Name: egl
Description: Mali EGL library
Requires.private:
Version: MVERSION
Libs: -L${libdir} -lEGL
Libs.private: -lm -lpthread -ldl
Cflags: -I${includedir}
2 changes: 0 additions & 2 deletions gles_cm.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ includedir=${prefix}/include

Name: gles_cm
Description: Mali OpenGL ES 1.1 CM library
Requires.private:
Version: MVERSION
Libs: -L${libdir} -lGLES_CM
Libs.private: -lm -lpthread -ldl
Cflags: -I${includedir}
2 changes: 0 additions & 2 deletions glesv2.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ includedir=${prefix}/include

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

0 comments on commit b3bd9ac

Please sign in to comment.