mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
consistently refer to cogl-pango as "cogl-pango"
This renames the pango directory to cogl-pango and it renames the installed library to libcogl-pango instead of libcoglpango.
This commit is contained in:
parent
fbda52d21b
commit
6f2193545e
@ -1,7 +1,7 @@
|
|||||||
SUBDIRS = cogl
|
SUBDIRS = cogl
|
||||||
|
|
||||||
if BUILD_COGL_PANGO
|
if BUILD_COGL_PANGO
|
||||||
SUBDIRS += pango
|
SUBDIRS += cogl-pango
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if COGL_STANDALONE_BUILD
|
if COGL_STANDALONE_BUILD
|
||||||
|
@ -16,17 +16,17 @@ source_h_priv = \
|
|||||||
cogl-pango-pipeline-cache.h
|
cogl-pango-pipeline-cache.h
|
||||||
|
|
||||||
if COGL_STANDALONE_BUILD
|
if COGL_STANDALONE_BUILD
|
||||||
lib_LTLIBRARIES = libcoglpango.la
|
lib_LTLIBRARIES = libcogl-pango.la
|
||||||
else
|
else
|
||||||
noinst_LTLIBRARIES = libcoglpango.la
|
noinst_LTLIBRARIES = libcogl-pango.la
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libcoglpango_la_SOURCES = $(source_c) $(source_h) $(source_h_priv)
|
libcogl_pango_la_SOURCES = $(source_c) $(source_h) $(source_h_priv)
|
||||||
libcoglpango_la_CFLAGS = $(COGL_DEP_CFLAGS) $(COGL_EXTRA_CFLAGS) $(MAINTAINER_CFLAGS)
|
libcogl_pango_la_CFLAGS = $(COGL_DEP_CFLAGS) $(COGL_EXTRA_CFLAGS) $(MAINTAINER_CFLAGS)
|
||||||
libcoglpango_la_LIBADD = $(COGL_DEP_LIBS) $(COGL_EXTRA_LDFLAGS)
|
libcogl_pango_la_LIBADD = $(COGL_DEP_LIBS) $(COGL_EXTRA_LDFLAGS)
|
||||||
if COGL_STANDALONE_BUILD
|
if COGL_STANDALONE_BUILD
|
||||||
libcoglpango_la_LIBADD += $(top_builddir)/cogl/libcogl.la
|
libcogl_pango_la_LIBADD += $(top_builddir)/cogl/libcogl.la
|
||||||
libcoglpango_la_LDFLAGS = \
|
libcogl_pango_la_LDFLAGS = \
|
||||||
-export-dynamic \
|
-export-dynamic \
|
||||||
-export-symbols-regex "^cogl.*"
|
-export-symbols-regex "^cogl.*"
|
||||||
-no-undefined \
|
-no-undefined \
|
||||||
@ -47,11 +47,11 @@ INCLUDES += \
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if COGL_STANDALONE_BUILD
|
if COGL_STANDALONE_BUILD
|
||||||
coglpangoheadersdir = $(includedir)/cogl/cogl
|
cogl_pangoheadersdir = $(includedir)/cogl/cogl
|
||||||
coglpangoheaders_HEADERS = $(source_h)
|
cogl_pangoheaders_HEADERS = $(source_h)
|
||||||
else
|
else
|
||||||
coglpangoheadersdir = $(includedir)/clutter-@CLUTTER_API_VERSION@/cogl
|
cogl_pangoheadersdir = $(includedir)/clutter-@CLUTTER_API_VERSION@/cogl
|
||||||
coglpangoheaders_HEADERS = $(source_h)
|
cogl_pangoheaders_HEADERS = $(source_h)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
pc_files = cogl-pango-1.0.pc \
|
pc_files = cogl-pango-1.0.pc \
|
@ -8,6 +8,6 @@ requires=@COGL_PKG_REQUIRES@ cogl-2.0
|
|||||||
Name: Cogl
|
Name: Cogl
|
||||||
Description: An object oriented GL/GLES Abstraction/Utility Layer
|
Description: An object oriented GL/GLES Abstraction/Utility Layer
|
||||||
Version: @COGL_1_VERSION@
|
Version: @COGL_1_VERSION@
|
||||||
Libs: -L${libdir} -lcoglpango
|
Libs: -L${libdir} -lcogl-pango
|
||||||
Cflags: -I${includedir}/cogl
|
Cflags: -I${includedir}/cogl
|
||||||
Requires: ${requires}
|
Requires: ${requires}
|
@ -8,6 +8,6 @@ requires=@COGL_PKG_REQUIRES@
|
|||||||
Name: Cogl
|
Name: Cogl
|
||||||
Description: An pango integration library for Cogl
|
Description: An pango integration library for Cogl
|
||||||
Version: @COGL_VERSION@
|
Version: @COGL_VERSION@
|
||||||
Libs: -L${libdir} -lcoglpango
|
Libs: -L${libdir} -lcogl-pango
|
||||||
Cflags: -I${includedir}/cogl -DCOGL_ENABLE_EXPERIMENTAL_2_0_API
|
Cflags: -I${includedir}/cogl -DCOGL_ENABLE_EXPERIMENTAL_2_0_API
|
||||||
Requires: ${requires}
|
Requires: ${requires}
|
@ -367,7 +367,7 @@ libcogl_la_LIBADD += -ldl
|
|||||||
endif
|
endif
|
||||||
if COGL_STANDALONE_BUILD
|
if COGL_STANDALONE_BUILD
|
||||||
# XXX: The aim is to eventually get rid of all private API exports
|
# XXX: The aim is to eventually get rid of all private API exports
|
||||||
# for coglpango.
|
# for cogl-pango.
|
||||||
libcogl_la_LDFLAGS = \
|
libcogl_la_LDFLAGS = \
|
||||||
-no-undefined \
|
-no-undefined \
|
||||||
-version-info @COGL_LT_CURRENT@:@COGL_LT_REVISION@:@COGL_LT_AGE@ \
|
-version-info @COGL_LT_CURRENT@:@COGL_LT_REVISION@:@COGL_LT_AGE@ \
|
||||||
|
@ -732,9 +732,9 @@ cogl/Makefile
|
|||||||
cogl/cogl-1.0.pc
|
cogl/cogl-1.0.pc
|
||||||
cogl/cogl-$COGL_MAJOR_VERSION.0.pc:cogl/cogl.pc.in
|
cogl/cogl-$COGL_MAJOR_VERSION.0.pc:cogl/cogl.pc.in
|
||||||
cogl/cogl-defines.h
|
cogl/cogl-defines.h
|
||||||
pango/Makefile
|
cogl-pango/Makefile
|
||||||
pango/cogl-pango-1.0.pc
|
cogl-pango/cogl-pango-1.0.pc
|
||||||
pango/cogl-pango-$COGL_MAJOR_VERSION.0.pc:pango/cogl-pango.pc.in
|
cogl-pango/cogl-pango-$COGL_MAJOR_VERSION.0.pc:cogl-pango/cogl-pango.pc.in
|
||||||
examples/Makefile
|
examples/Makefile
|
||||||
po/Makefile.in
|
po/Makefile.in
|
||||||
)
|
)
|
||||||
|
@ -16,8 +16,7 @@ AM_CPPFLAGS = \
|
|||||||
|
|
||||||
|
|
||||||
common_ldadd = \
|
common_ldadd = \
|
||||||
$(top_builddir)/cogl/libcogl.la \
|
$(top_builddir)/cogl/libcogl.la
|
||||||
$(top_builddir)/pango/libcoglpango.la
|
|
||||||
|
|
||||||
noinst_PROGRAMS = hello
|
noinst_PROGRAMS = hello
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user