summaryrefslogtreecommitdiff
path: root/pc
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <barbieri@gmail.com>2012-12-05 12:24:01 +0000
committerGustavo Sverzut Barbieri <barbieri@gmail.com>2012-12-05 12:24:01 +0000
commitdfe93a7f0ada3ced637309dc9f6d7a76270f85d6 (patch)
tree9e5e6b4e1994834125226d4f0aaaed8a33dcaa90 /pc
parentaa53580814e5315586cdd4a68ba9f2bf7bfa2d07 (diff)
downloadefl-dfe93a7f0ada3ced637309dc9f6d7a76270f85d6.tar.gz
directfb says bye...
After agreement in the mail list, core developers agree to remove this engine that was not being supported for a long time. Given that most operations Evas uses are not accelerated in DirectFB, or at least hardware that exclusively supports DirectFB, it's better for those people to just use Evas/Ecore software (buffer) rendering and expose DirectFB's framebuffer as destination surface. SVN revision: 80232
Diffstat (limited to 'pc')
-rw-r--r--pc/ecore-directfb.pc.in12
-rw-r--r--pc/evas-directfb.pc.in3
2 files changed, 0 insertions, 15 deletions
diff --git a/pc/ecore-directfb.pc.in b/pc/ecore-directfb.pc.in
deleted file mode 100644
index b02870b80a..0000000000
--- a/pc/ecore-directfb.pc.in
+++ /dev/null
@@ -1,12 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: ecore-directfb
-Description: E core library, DirectFB module
-Requires.private: @requirements_pc_ecore_directfb@
-Version: @VERSION@
-Libs: -L${libdir} -lecore_directfb
-Libs.private: @requirements_libs_ecore_directfb@
-Cflags: -I${includedir}/ecore-@VMAJ@
diff --git a/pc/evas-directfb.pc.in b/pc/evas-directfb.pc.in
deleted file mode 100644
index 9a1bc3aba4..0000000000
--- a/pc/evas-directfb.pc.in
+++ /dev/null
@@ -1,3 +0,0 @@
-Name: evas-directfb
-Description: Evas DirectFB engine
-Version: @VERSION@