OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.3 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../agave/agave.conf
  5. # Copyright (C) 2006 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This program is free software; you can redistribute it and/or modify
  10. # it under the terms of the GNU General Public License as published by
  11. # the Free Software Foundation; version 2 of the License. A copy of the
  12. # GNU General Public License can be found in the file COPYING.
  13. # --- SDE-COPYRIGHT-NOTE-END ---
  14. # Gnome Support
  15. if pkginstalled libgnome; then
  16. . $base/package/*/*/gnome2-or-gtk-conf.in
  17. var_append confopt ' ' "--enable-gnome=yes";
  18. echo_status "Enabling Gnome Support"
  19. else
  20. var_append confopt ' ' "--enable-gnome=no";
  21. echo_status "Disabling Gnome Support"
  22. fi
  23. # GConf support
  24. if pkginstalled gconf; then
  25. var_append confopt ' ' "--enable-gconf=yes";
  26. echo_status "Enabling GConf Support"
  27. else
  28. var_append confopt ' ' "--enable-gconf=no";
  29. echo_status "Disabling GConf Support"
  30. fi
  31. #CPPUnit support
  32. if pkginstalled cppunit; then
  33. var_append confopt ' ' "--enable-cppunit=yes";
  34. echo_status "Enabling CPPUnit Support"
  35. else
  36. var_append confopt ' ' "--enable-cppunit=no";
  37. echo_status "Disabling CPPUnit Support"
  38. fi