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.

72 lines
2.4 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../clanlib/subconfig-libs.in
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. # Copyright (C) 1998 - 2003 Clifford Wolf
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This program is free software; you can redistribute it and/or modify
  11. # it under the terms of the GNU General Public License as published by
  12. # the Free Software Foundation; version 2 of the License. A copy of the
  13. # GNU General Public License can be found in the file COPYING.
  14. # --- SDE-COPYRIGHT-NOTE-END ---
  15. if pkgcheck clanlib X ; then
  16. menu_begin MENU_PKG_CLANLIB 'Clanlib Options (0.6/0.7)'
  17. block_begin 4
  18. if pkgcheck xfree86 X ; then
  19. bool 'Enable X11 support' SDECFG_PKG_CLANLIB_X11 1 "
  20. Enable X11 support"
  21. fi
  22. if pkgcheck directfb X ; then
  23. bool 'Enable DirectFB support' SDECFG_PKG_CLANLIB_DIRECTFB 0 "
  24. Enable DirectFB support"
  25. fi
  26. bool 'Enable Joystick support' SDECFG_PKG_CLANLIB_JOY 1 "
  27. Enable Joystick support"
  28. if pkgcheck xfree86 X ; then
  29. bool 'Enable OpenGL support' SDECFG_PKG_CLANLIB_OPENGL 1 "
  30. Enable OpenGL support"
  31. fi
  32. bool 'Enable VidMode support' SDECFG_PKG_CLANLIB_VIDMODE 1 "
  33. Enable VidMode support"
  34. bool 'Enable ClanSound support' SDECFG_PKG_CLANLIB_CLANSOUND 1 "
  35. Enable ClanSound support"
  36. bool 'Enable network support' SDECFG_PKG_CLANLIB_NET 1 "
  37. Enable network support"
  38. if [ $arch = x86 ] ; then
  39. bool 'Enable asm386 support' SDECFG_PKG_CLANLIB_ASM 1 "
  40. Enable asm386 support"
  41. fi
  42. bool 'Enable clanGUI support' SDECFG_PKG_CLANLIB_GUI 1 "
  43. Enable clanGUI support"
  44. bool 'Enable clanLUA support' SDECFG_PKG_CLANLIB_LUA 0 "
  45. Enable clanLUA support"
  46. if pkgcheck libmikmod X ; then
  47. bool 'Enable clanMikMod support' SDECFG_PKG_CLANLIB_MIKMOD 1 "
  48. Enable clanMikMod support"
  49. fi
  50. if pkgcheck libpng X ; then
  51. bool 'Enable clanPNG support' SDECFG_PKG_CLANLIB_PNG 1 "
  52. Enable clanPNG support"
  53. fi
  54. if pkgcheck libjpeg X ; then
  55. bool 'Enable clanJPEG support' SDECFG_PKG_CLANLIB_JPEG 1 "
  56. Enable clanJPEG support"
  57. fi
  58. bool 'Enable clanSmallJPEG support' SDECFG_PKG_CLANLIB_SMALLJPEG 1 "
  59. Enable clanSmallJPEG support"
  60. if pkgcheck ogg-vorbis X ; then
  61. bool 'Enable clanVorbis support' SDECFG_PKG_CLANLIB_VORBIS 1 "
  62. Enable clanVorbis support"
  63. fi
  64. bool 'Enable clanTTF support' SDECFG_PKG_CLANLIB_TTF 1 "
  65. Enable clanTTF support"
  66. block_end
  67. menu_end
  68. fi