浏览代码

* debian/control:

+ Added missing dependencies to the -dev package.
  * configure.ac:
    + Kludge for woody builds where x_includes is undefined.
tags/v0.99.beta14
Sam Hocevar sam 21 年前
父节点
当前提交
424ceed65c
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. +2
    -2
      configure.ac
  2. +1
    -1
      debian/control

+ 2
- 2
configure.ac 查看文件

@@ -51,8 +51,8 @@ if test "${enable_x11}" = "yes"; then
AC_PATH_X AC_PATH_X
AC_CHECK_LIB(X11, XOpenDisplay, AC_CHECK_LIB(X11, XOpenDisplay,
[ac_cv_my_have_x11=yes [ac_cv_my_have_x11=yes
X_CFLAGS="-I${x_includes}" if test -n "${x_includes}"; then X_CFLAGS="-I${x_includes}"; fi
X_LIBS="-lX11 -L${x_libraries}"], if test -n "${x_libraries}"; then X_LIBS="-lX11 -L${x_libraries}"; fi],
[ac_cv_my_have_x11=no], [ac_cv_my_have_x11=no],
[[-lXt -L${x_libraries}]]) [[-lXt -L${x_libraries}]])
if test "${ac_cv_my_have_x11}" != "yes"; then if test "${ac_cv_my_have_x11}" != "yes"; then


+ 1
- 1
debian/control 查看文件

@@ -8,7 +8,7 @@ Standards-Version: 3.6.1.0
Package: libcaca-dev Package: libcaca-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, libncurses5-dev Depends: ${shlibs:Depends}, libncurses5-dev, slang1-dev, xlibs-dev
Description: text mode graphics library Description: text mode graphics library
libcaca is the Colour AsCii Art library. It provides high level functions libcaca is the Colour AsCii Art library. It provides high level functions
for colour text drawing, simple primitives for line, polygon and ellipse for colour text drawing, simple primitives for line, polygon and ellipse


||||||
x
 
000:0
正在加载...
取消
保存