Compile fixes for evas examples.

SVN revision: 69113
This commit is contained in:
Jonas M. Gastal 2012-03-09 18:05:56 +00:00
parent d829bf73ce
commit 9cf9e95eff
2 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,7 @@
* one). See stdout/stderr for output.
*
* @verbatim
* gcc -o evas-box evas-box.c `pkg-config --libs --cflags evas ecore ecore-evas`
* gcc -o evas-box evas-box.c `pkg-config --libs --cflags evas ecore ecore-evas eina`
* @endverbatim
*/

View File

@ -16,6 +16,8 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#else
#define __UNUSED__
#endif
#include <Ecore.h>
@ -27,6 +29,7 @@
#define WIDTH 320
#define HEIGHT 480
#define PACKAGE_EXAMPLES_DIR "."
static const char commands[] = \
"commands are:\n"