aboutsummaryrefslogtreecommitdiff
path: root/libraries/allegro/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/allegro/README')
-rw-r--r--libraries/allegro/README13
1 files changed, 0 insertions, 13 deletions
diff --git a/libraries/allegro/README b/libraries/allegro/README
index 6abdda452c..920768e002 100644
--- a/libraries/allegro/README
+++ b/libraries/allegro/README
@@ -12,16 +12,3 @@ contributions from all over the world! Some of its key features include:
* Open Source - anyone can contribute, including you!
* Free - it won't cost you a dime, and there are no restrictions on
its usage
-
-You can disable native_dialog addon by passing this option :
-ALLEGRO_NATIVE_DIALOG=off ./allegro.Slackbuild
-
-Since it depends on gtk3, and slackware-14.2's gtk3 is too old, this addon
-prevents allegro 5.2.7+ to build on slackware-14.2.
-So if you want, or need, to build allegro 5.2.7.0 on slackware-14.2 you have
-to disable this addon by running this command :
-VERSION=2.5.7.0 ALLEGRO_NATIVE_DIALOG=off ./allegro.Slackbuild
-
-On slackware-current, the simple version bump is enough, and the native_dialog
-addon works pretty fine :
-VERSION=2.5.7.0 ./allegro.Slackbuild