Procházet zdrojové kódy

libcaca: fix an infinite loop in the .pc file.

tags/v0.99.beta16
Sam Hocevar sam před 16 roky
rodič
revize
f92312c512
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      caca/caca.pc.in

+ 2
- 2
caca/caca.pc.in Zobrazit soubor

@@ -6,7 +6,7 @@ includedir=@includedir@
Name: caca
Description: Colour ASCII-Art library
Version: @VERSION@
Requires: caca = @VERSION@
Requires:
Conflicts:
Libs: -L${libdir} -lcaca -lcaca
Libs: -L${libdir} -lcaca
Cflags: -I${includedir}

Načítá se…
Zrušit
Uložit