evas - examples - evas box fix path to png file
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 30 May 2020 11:01:32 +0000 (12:01 +0100)
committerJongmin Lee <jm105.lee@samsung.com>
Sun, 31 May 2020 21:37:04 +0000 (06:37 +0900)
src/examples/evas/evas-box.c

index 0a2156e..a46fc0d 100644 (file)
@@ -25,7 +25,7 @@
 #define WIDTH  (640)
 #define HEIGHT (480)
 
-static const char *border_img_path = PACKAGE_EXAMPLES_DIR "/red.png";
+static const char *border_img_path = PACKAGE_EXAMPLES_DIR EVAS_IMAGE_FOLDER "/red.png";
 
 static const char *commands = \
   "commands are:\n"