efl interfaces: Fix conditional for generation for pkgconfig for C++

Do not generate efl-cxx.pc when C++ is disabled.
This commit is contained in:
Felipe Magno de Almeida 2015-04-09 11:16:51 -03:00
parent 8c8bf357ba
commit 4ecdac9302
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,6 @@ pc/eina.pc \
pc/eo.pc \
pc/eolian.pc \
pc/efl.pc \
pc/efl-cxx.pc \
pc/emile.pc \
pc/eet.pc \
pc/evas.pc \
@ -159,6 +158,7 @@ pkgconfig_DATA += \
pc/eina-cxx.pc \
pc/evas-cxx.pc \
pc/ecore-cxx.pc \
pc/efl-cxx.pc \
pc/eolian-cxx.pc \
pc/edje-cxx.pc \
pc/eet-cxx.pc \