Fix incorrect pkg-config info
authorSangwon Ha <sw815.ha@samsung.com>
Mon, 20 Jul 2015 02:04:59 +0000 (11:04 +0900)
committerSangwon Ha <sw815.ha@samsung.com>
Tue, 21 Jul 2015 04:01:03 +0000 (13:01 +0900)
Change-Id: Iab8474e0fe3dec772879b7e1239176affd3daa5d

pkgconfig/tpl-egl.pc

index 31c3d77..7924d32 100644 (file)
@@ -3,10 +3,10 @@ exec_prefix=${prefix}
 libdir=${exec_prefix}/lib
 includedir=${prefix}/include
 
-Name: libtpl
+Name: libtpl-egl
 Description: Tizen Porting Layer for ARM Mali EGL
 Version: 0.1
 Requires.private:
-Libs: -L${libdir} -ltpl
+Libs: -L${libdir} -ltpl-egl
 Libs.private:
 Cflags: -I${includedir}