]> git.lyx.org Git - lyx.git/blobdiff - development/keystest/lyx_make.sh
MathML: InsetMathHull now distinguishes between hull types to present display/inline...
[lyx.git] / development / keystest / lyx_make.sh
index 14637efceee57043c0d2907f206703a585788f34..153b6256c47bf05b64755640df6fa7d87e8dc0b7 100755 (executable)
@@ -11,7 +11,7 @@ if ! [ -d $LT ]; then
 fi
 
 mkdir -p $LT/out
-if which wmctrl xvkbd bash xterm python
+if which wmctrl xvkbd bash xterm python xclip
 then 
 
  if [ a"$1" == a--update ]; then
@@ -30,5 +30,5 @@ then
 
 else
  echo NEEDS the following packages: 
- echo wmctrl xvkbd bash xterm python
+ echo wmctrl xvkbd bash xterm python xclip
 fi