浏览代码

Ticket 67, make X11 usage consistent

Michael Schloh von Bennewitz 22 年之前
父节点
当前提交
78a6f4646f
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      atk/atk.spec

+ 2 - 1
atk/atk.spec

@@ -38,7 +38,7 @@ Distribution: OpenPKG [EVAL]
 Group:        XWindow
 License:      GPL
 Version:      %{V_atk}
-Release:      20021222
+Release:      20030424
 
 #   list of sources
 Source0:      ftp://ftp.gtk.org/pub/gtk/v%{V_gtk_major}/atk-%{V_atk}.tar.gz
@@ -67,6 +67,7 @@ AutoReqProv:  no
     LDFLAGS="%{l_ldflags}" \
     ./configure \
         --prefix=%{l_prefix} \
+        --with-x \
         --x-includes=`%{l_prefix}/etc/rc --query x11_incdir` \
         --x-libraries=`%{l_prefix}/etc/rc --query x11_libdir` \
         --disable-nls \