Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-06 | efl: m4 is a macro-expansion language, use that. | Gustavo Sverzut Barbieri | |
instead of replicating common patterns all around, let's use the common patterns as m4 macros. EFL_DEPEND_PKG() will use pkg-config and add the dependency. EFL_OPTIONAL_DEPEND_PKG() will use the former, but also defines have_XYZ and does the if statement for you. SVN revision: 80402 |