elm config also do it. need to actually USe the prefix stuiff.. no
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 24 Apr 2011 09:52:31 +0000 (09:52 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 24 Apr 2011 09:52:31 +0000 (09:52 +0000)
more package_data_dir use int he code.. needs to go.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@58864 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/config.c

index 6807501..ed22696 100644 (file)
@@ -2942,6 +2942,10 @@ elm_main(int    argc,
 {
    int i;
 
+   elm_app_info_set(elm_main, "elementary", "images/logo.png");
+   elm_app_compile_bin_dir_set(PACKAGE_BIN_DIR);
+   elm_app_compile_data_dir_set(PACKAGE_DATA_DIR);
+   
    for (i = 1; i < argc; i++)
      {
         if (!strcmp(argv[i], "-h"))