mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/evas: Fixed dep information
This commit is contained in:
parent
31f76754aa
commit
ffbf734912
2 changed files with 1 additions and 3 deletions
|
@ -5,5 +5,3 @@ anti-aliased text, smooth super and sub-sampled images, alpha-blend,
|
||||||
as well as drop down to using normal X11 primitives such as pixmaps,
|
as well as drop down to using normal X11 primitives such as pixmaps,
|
||||||
lines and rectangles for speed if your CPU or graphics hardware are
|
lines and rectangles for speed if your CPU or graphics hardware are
|
||||||
too slow.
|
too slow.
|
||||||
|
|
||||||
This requires eina, and optionally eet.
|
|
||||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://download.enlightenment.org/releases/evas-1.2.1.tar.bz2"
|
||||||
MD5SUM="0b8dd697b76dcc5511c463f314719899"
|
MD5SUM="0b8dd697b76dcc5511c463f314719899"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="eet eina"
|
REQUIRES="eet"
|
||||||
MAINTAINER="Aleksandar Samardzic"
|
MAINTAINER="Aleksandar Samardzic"
|
||||||
EMAIL="asamardzic@gmail.com"
|
EMAIL="asamardzic@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue