From 688eb2e5f2dc6791cc12ba43ee409ccc820fad53 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sat, 30 May 2020 12:01:32 +0100 Subject: [PATCH] evas - examples - evas box fix path to png file --- src/examples/evas/evas-box.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples/evas/evas-box.c b/src/examples/evas/evas-box.c index 0a2156e5d2..a46fc0de9b 100644 --- a/src/examples/evas/evas-box.c +++ b/src/examples/evas/evas-box.c @@ -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"