bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=53a0eb8fb67d4110b4e3bb279cde0ed8357ca37d

commit 53a0eb8fb67d4110b4e3bb279cde0ed8357ca37d
Author: Marcel Hollerbach <m...@marcel-hollerbach.de>
Date:   Tue Aug 6 18:47:44 2019 +0200

    remove outdated readme
    
    the docs hsould be covered in INSTALL.
    
    (Fast! merge this before the docs guy comes back from vacation)
---
 README.meson | 53 -----------------------------------------------------
 1 file changed, 53 deletions(-)

diff --git a/README.meson b/README.meson
deleted file mode 100644
index da75966f30..0000000000
--- a/README.meson
+++ /dev/null
@@ -1,53 +0,0 @@
-# BUILDING EFL WITH MESON
-
- Building, testing, installing:
-    mkdir build
-    cd build
-    meson ..
-    ninja all
-    ninja test
-    sudo ninja install
-
-In autotools there have been a few flags that are used to disable loaders.
-In meson the following four disabler arrays are used:
-
-   emotion-generic-loaders-disabler
-
-   emotion-loaders-disabler
-
-   ecore-imf-loaders-disabler
-
-   evas-loaders-disabler
-
-Autotools options that are converted are:
-
-  --disable-poppler -> Disable pdf loader
-  --disable-spectre -> Disable ps loader
-  --disable-libraw -> Disable raw loader
-  --disable-librsvg -> Disable svg loader
-  --disable-xcf -> Disable xcf loader
-  --disable-xim -> Disable xim loader
-  --disable-scim -> Disable scim loader
-  --disable-ibus -> Disable ibus loader
-  --enable-xine -> Disable xine loader
-  --enable-libvlc -> Disable vlc loader
-  --disable-librsvg -> Disable svg loader
-
-The following options are dropped as they did not affect compilation
-  --enable-lua-old
-  --enable-cancel-ok
-  --enable-debug
-  --disable-quick-launch
-  --enable-tile-rotate
-
-The following options are merged into the pixman option
-  --enable-pixman-font
-  --enable-pixman-rect
-  --enable-pixman-line
-  --enable-pixman-poly
-  --enable-pixman-image
-  --enable-pixman-image-scale-sample
-
-
---disable-valgrind Is dropped, and handled due to the build profile, this can
-be handled with --buildtype release or plain.

-- 


Reply via email to