Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2021
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. NONCOMMERCIAL_PACKAGECONFIG = "alsa bzlib drm gpl lzma zlib xcb"
  2. LICENSE_FLAGS = "${@' '.join('commercial_' + cfg \
  3. for cfg in '${PACKAGECONFIG}'.split() \
  4. if cfg not in '${NONCOMMERCIAL_PACKAGECONFIG}'.split())}"
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement