Magellan Linux

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

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

revision 20668 by niro, Mon Feb 3 10:29:49 2014 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)   x11-libs)
81   case ${PNAME} in   case ${PNAME} in
82   glamor-egl) URISUBDIR="driver" ;;   glamor-egl) URISUBDIR="driver" ;;
83   *) URISUBDIR="lib" ;;   *) URISUBDIR="lib" ;;
84   esac   esac
85   ;;   ;;
86   x11-misc) case ${PNAME} in   x11-misc)
87   xbitmaps|xkbdata) URISUBDIR="data" ;;   case ${PNAME} in
88   xkeyboard-config) URISUBDIR="data/xkeyboard-config" ;;   xbitmaps|xkbdata) URISUBDIR="data" ;;
89   *)  URISUBDIR="util" ;;   xkeyboard-config) URISUBDIR="data/xkeyboard-config" ;;
90   esac   *)  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.20668  
changed lines
  Added in v.20669