Magellan Linux

Diff of /branches/R11-unstable/include/xorg.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 18716 by niro, Wed Aug 14 10:41:53 2013 UTC revision 20669 by niro, Mon Feb 3 10:30:26 2014 UTC
# Line 72  fi Line 72  fi
72    
73  # get the right subdir  # get the right subdir
74  case ${PCAT} in  case ${PCAT} in
75   app-doc) URISUBDIR="doc" ;;   app-doc) URISUBDIR="doc" ;;
76   media-fonts) URISUBDIR="font" ;;   media-fonts) URISUBDIR="font" ;;
77   x11-apps) URISUBDIR="app" ;;   x11-apps) URISUBDIR="app" ;;
78   x11-base) URISUBDIR="xserver" ;;   x11-base) URISUBDIR="xserver" ;;
79   x11-drivers) URISUBDIR="driver" ;;   x11-drivers) URISUBDIR="driver" ;;
80   x11-libs) URISUBDIR="lib" ;;   x11-libs)
81   x11-misc) case ${PNAME} in   case ${PNAME} in
82   xbitmaps|xkbdata) URISUBDIR="data" ;;   glamor-egl) URISUBDIR="driver" ;;
83   xkeyboard-config) URISUBDIR="data/xkeyboard-config" ;;   *) URISUBDIR="lib" ;;
84   *)  URISUBDIR="util" ;;   esac
85   esac   ;;
86     x11-misc)
87     case ${PNAME} in
88     xbitmaps|xkbdata) URISUBDIR="data" ;;
89     xkeyboard-config) URISUBDIR="data/xkeyboard-config" ;;
90     *)  URISUBDIR="util" ;;
91     esac
92   ;;   ;;
93   x11-proto) URISUBDIR="proto" ;;   x11-proto) URISUBDIR="proto" ;;
94   x11-themes) URISUBDIR="data" ;;   x11-themes) URISUBDIR="data" ;;
95   x11-wm) URISUBDIR="app" ;;   x11-wm) URISUBDIR="app" ;;
96  esac  esac
97    
98  SRC_URI=(  SRC_URI=(

Legend:
Removed from v.18716  
changed lines
  Added in v.20669