checkme: add a 'checkme' file for ecore_con
authorWonki Kim <wonki_.kim@samsung.com>
Wed, 20 May 2020 01:14:20 +0000 (10:14 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 20 May 2020 21:20:48 +0000 (06:20 +0900)
the file for ecore_con has missed.

Change-Id: Ib2e53626ed049edfc0ee10fe691c819e014d3b7c

data/ecore_con/checkme [new file with mode: 0644]
data/meson.build

diff --git a/data/ecore_con/checkme b/data/ecore_con/checkme
new file mode 100644 (file)
index 0000000..987063d
--- /dev/null
@@ -0,0 +1,2 @@
+This is just a test file used to help evas determine its prefix
+location.
index d3f0672..c2e980f 100644 (file)
@@ -1,4 +1,4 @@
-checkme_files = ['ecore', 'ecore_imf', 'efreet', 'emotion', 'ethumb', 'ethumb_client', 'evas']
+checkme_files = ['ecore', 'ecore_imf', 'efreet', 'emotion', 'ethumb', 'ethumb_client', 'evas', 'ecore_con']
 
 if get_option('x11') == true
   checkme_files += 'ecore_x'