Ignore:
Timestamp:
Sep 27, 2008, 3:12:46 PM (14 years ago)
Author:
Sam Hocevar
Message:

Starting refactoring to get rid of libcucul. The initial reason for the
split is rendered moot by the plugin system: when enabled, binaries do
not link directly with libX11 or libGL. I hope this is a step towards
more consisteny and clarity.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/caca-config.in

    r1018 r2821  
    6868      echo_libs=yes
    6969      ;;
    70     cucul)
    71       libs="$libs -lcucul"
    72       ;;
    7370    caca)
    74       libs="$libs -lcaca -lcucul"
     71      libs="$libs -lcaca"
    7572      ;;
    7673    *)
     
    8380if test "$libs" = ""
    8481then
    85   libs="-lcaca -lcucul"
     82  libs="-lcaca"
    8683fi
    8784
Note: See TracChangeset for help on using the changeset viewer.