fix DSO build.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Mon, 13 Jun 2011 20:11:00 +0000 (20:11 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Mon, 13 Jun 2011 20:11:00 +0000 (20:11 +0000)
SVN revision: 60295

legacy/evas/configure.ac

index 38dc683..d8f4646 100644 (file)
@@ -1576,7 +1576,7 @@ AC_ARG_ENABLE([build-examples],
        # put in here the dependencies for Evas' examples. they are
        # meant to be 'real world' usage examples, thus one will be
        # using higher level libraries on these programs
-       PKG_CHECK_MODULES([ECORE_EVAS], [ecore-evas])
+       PKG_CHECK_MODULES([ECORE_EVAS], [ecore-evas ecore])
     else
        build_examples="no"
     fi